Gets CSV list of folders that should be hidden from file manager. Note: If folder begins with the word listed, it will be hidden.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string HideFoldersThatBeginWith { get; }
Visual Basic
Public Shared ReadOnly Property HideFoldersThatBeginWith As String
	Get
Visual C++
public:
static property String^ HideFoldersThatBeginWith {
	String^ get ();
}
F#
static member HideFoldersThatBeginWith : string with get

Property Value

Type: String
The hide folders that begin with.

See Also