2021 Method
Changes 0
M

Element.DeleteSubelements

Description:
Removes the subelements from the element.
Remarks:
Depending on implementation for given element as the result, the element can be deleted - especially if after Subelement deletion there are no Subelement left.
public bool DeleteSubelements(
	IList<Subelement> subelems
)
  • IList<Subelement>
    subelems
    Subelements to delete.
Return Value bool True if entire element was deleted, false otherwise.