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
Parameters
- element
- Type: Ingeniux.CMSIElement
Element to remove from the collection
Return Value
Type: BooleanTrue 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