VersionControlServer.ServerItemExists Method
Include Protected Members
Include Inherited Members
Checks to see if the item of the specified path and type exists in the repository.
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 | |
---|---|---|
ServerItemExists(String, ItemType) | Checks to see if the item of the specified path and type exists in the repository. | |
ServerItemExists(String, VersionSpec, DeletedState, ItemType) | Checks to see if the item of the specified path, version, and type exists in the repository. |
Top