Gets or sets the maximum files count allowable for upload.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public int MaxFilesCount { get; set; }
Visual Basic (Declaration)
Public Property MaxFilesCount As Integer
Visual C++
public:
property int MaxFilesCount {
	int get ();
	void set (int value);
}

Field Value

Maximum files count allowable for upload.

See Also