Click or drag to resize

IContentItemVersionRemoveElement Method


Removes an Element from the descendants collection.

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