[This is preliminary documentation and is subject to change.]

The type of the folder. Possible values are "G" - for group folder, "P" for private folder and "A" for folder created by application.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string FolderType { get; }
Visual Basic (Declaration)
Public ReadOnly Property FolderType As String
Visual C++
public:
property String^ FolderType {
	String^ get ();
}

See Also