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.
| C# | Visual Basic | Visual C++ |
public virtual ContentItem Parent{ get; set;}
Public Overridable Property Parent As ContentItem
public: virtual property ContentItem^ Parent { ContentItem^ get (); void set (ContentItem^ value); }