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 bool MultipleFilesUpload { get; set; }
Visual Basic
Public Property MultipleFilesUpload As Boolean
	Get
	Set
Visual C++
public:
property bool MultipleFilesUpload {
	bool get ();
	void set (bool value);
}

See Also