Click or drag to resize

IListElementAddListItem Method


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: 10.5.94
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