IListElementRemoveListItem Method Ingeniux CMS Content Store API

Removes a child element.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference