detect whether the browser support the script upload

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
protected bool IsBrowserSupportUploadScript { get; }
Visual Basic
Protected ReadOnly Property IsBrowserSupportUploadScript As Boolean
	Get
Visual C++
protected:
property bool IsBrowserSupportUploadScript {
	bool get ();
}

See Also