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

The unique id of the Parent folder of the document. Returns null if there is no Parent folder for the document.

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

Syntax

C#
public int ParentFolderId { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParentFolderId As Integer
Visual C++
public:
property int ParentFolderId {
	int get ();
}

See Also