Gets or sets the maximum files count allowable for upload.
Namespace:
ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (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); } |