2027 Method
Changes 0
M

DocumentValidation.CanDeleteElement

Description:
Indicates if an element can be deleted.
public static bool CanDeleteElement(
	Document document,
	ElementId elementId
)
  • document
    The document.
  • elementId
    The id of the element to check.
Return Value Boolean True if the element can be deleted, false otherwise.