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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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