IPageVersionRemoveElement Method Ingeniux CMS Content Store API

Removes an Element from the descendants collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveElement(
	IElement element
)

Parameters

element
Type: Ingeniux.CMSIElement
Element to remove from the collection

Return Value

Type: Boolean
True if the element is not null and exists as a direct child of the descendant. Otherwise, this method returns false.
Remarks

This method carries out a recursive search in the descendants element.

See Also

Reference