N2 API Documentation
AddTo Method (newParent)
NamespacesN2ContentItemAddTo(ContentItem)
Adds an item to the children of this item updating it's parent refernce.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddTo(
	ContentItem newParent
)
Public Overridable Sub AddTo ( _
	newParent As ContentItem _
)
public:
virtual void AddTo (
	ContentItem^ newParent
)
Parameters
newParent (ContentItem)
The new parent of the item. If this parameter is null the item is detached from the hierarchical structure.

Assembly: N2 (Module: N2) Version: 1.0.204.35916