ElementOperations.CanDelete Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CanDelete(ModelElement, array<Guid[]) | Query whether a specified element can be deleted, taking into account any IMS locks applicable to any of the elements in the delete closure of the element. | |
CanDelete(IEnumerable<ModelElement>, array<Guid[]) | Query whether a specified set of elements can be deleted, taking into account any IMS locks applicable to any of the elements in the complete delete closure of the elements. |
Top