get whether GetTempFilePath() is available

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

Syntax

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

See Also