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

The folder name of the Parent folder of the document. This is meaningful only if the document has a Parent folder.

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

Syntax

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

See Also