IListElementAddListItem Method Ingeniux CMS Content Store API

Creates a new child element and adds it to the collection. The new child element has its type and name decided, but nothing else.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IElement AddListItem(
	EnumElementType childType = EnumElementType.IGX_ATTRIBUTE
)

Parameters

childType (Optional)
Type: Ingeniux.CMS.EnumsEnumElementType

[Missing <param name="childType"/> documentation for "M:Ingeniux.CMS.IListElement.AddListItem(Ingeniux.CMS.Enums.EnumElementType)"]

Return Value

Type: IElement
Newly added child element.
See Also

Reference