IContentItemVersionRemoveElement Method
|
Removes an
Element from the descendants collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveElement(
IElement element
)
Function RemoveElement (
element As IElement
) As Boolean
bool RemoveElement(
IElement^ element
)
abstract RemoveElement :
element : IElement -> bool Parameters
- element IElement
- Element to remove from the collection
Return Value
BooleanTrue if the element is not null and exists as a direct child of the descendant. Otherwise, this method returns false.
RemarksThis method carries out a recursive search in the descendants element.
See Also