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.6.492
Syntax
void AddChildItem(
	IElement element
)

Parameters

element  IElement
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