Gets or sets the minimum files count allowable for upload.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

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

Field Value

Minimum files count allowable for upload.

See Also