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

Parameters

element  IElement
Element to remove from the collection

Return Value

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