Click or drag to resize

IListElementRemoveListItem Method


Removes a child element.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveListItem(
	IElement element
)

Parameters

element
Type: Ingeniux.CMSIElement
Child element to remove

Return Value

Type: Boolean
True if child element's ID exists in collection, false otherwise.
See Also