Click or drag to resize

IGroupElementAddChildItem Method


Adds a new child element.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AddChildItem(
	IElement element
)

Parameters

element
Type: Ingeniux.CMSIElement
New child element to add
Exceptions
ExceptionCondition
InvalidOperationExceptionCalling this method on Group element that is Closed.
Remarks
This method cannot be called after Close is called.
See Also