Gets or sets the maximum files count allowable for upload.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

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

Field Value

Maximum files count allowable for upload.

See Also