IContentItemVersionRemoveElement Method
|
Removes an
Element from the descendants collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveElement(
IElement element
)
Function RemoveElement (
element As IElement
) As Boolean
bool RemoveElement(
IElement^ element
)
abstract RemoveElement :
element : IElement -> bool
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