N2 API Documentation
Parent Property
NamespacesN2ContentItemParent
Gets or sets this item's parent. This can be null for root items and previous versions but should be another page in other situations.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ContentItem Parent{ get; set;}
Public Overridable Property Parent As ContentItem
public:
virtual property ContentItem^ Parent {
	ContentItem^ get ();
	void set (ContentItem^ value);
}

Assembly: N2 (Module: N2) Version: 1.0.204.35916