Element.CanDeleteSubelement
Method
Description:
Checks if given subelement can be removed from the element.
Checks if given subelement can be removed from the element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| subelem | Subelement | Subelement to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if subelement can be removed, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |