Gets or sets the maximum number of files that can be uploaded.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also