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

The note parent object id. The value is -1 if the note does not have any parent

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

Syntax

C#
public int ParentId { get; set; }
Visual Basic (Declaration)
Public Property ParentId As Integer
Visual C++
public:
property int ParentId {
	int get ();
	void set (int value);
}

See Also