Adds an item to the children of this item updating it's parent refernce.
| C# | Visual Basic | Visual C++ |
public virtual void AddTo( ContentItem newParent )
Public Overridable Sub AddTo ( _ newParent As ContentItem _ )
public: virtual void AddTo ( ContentItem^ newParent )
- newParent (ContentItem)
- The new parent of the item. If this parameter is null the item is detached from the hierarchical structure.