Gets a bool value indicating the file system is supported or not.

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

Syntax

C#
public abstract bool SupportFS { get; }
Visual Basic
Public MustOverride ReadOnly Property SupportFS As Boolean
	Get
Visual C++
public:
virtual property bool SupportFS {
	bool get () abstract;
}

Field Value

true if [support FS]; otherwise, false.

See Also