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.6.492
Syntax
bool RemoveListItem(
	IElement element
)

Parameters

element  IElement
Child element to remove

Return Value

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