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.6.492
Syntax
IElement AddListItem(
	EnumElementType childType = EnumElementType.IGX_ATTRIBUTE
)

Parameters

childType  EnumElementType  (Optional)

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

Return Value

IElement
Newly added child element.
See Also