CatalogRuleValidationUtility.WillBeDeleted 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 | |
---|---|---|
WillBeDeleted(TeamFoundationRequestContext, CatalogNode, String%) | Returns true if this path will be deleted by looking at all of its parents. | |
WillBeDeleted(TeamFoundationRequestContext, CatalogResource, List<String>%) | Returns true if this resource will be deleted by looking at all of its referencing nodes. |
Top