2020 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
)
Return Value bool True if entire element was deleted, false otherwise.