IGroupElementAddChildItem Method Ingeniux CMS Content Store API

Adds a new child element.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference