If true, the users are able to select multiple files in the file browser dialog then upload them at once.

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

Syntax

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

See Also