VersionControlServer.GetItem Method
Include Protected Members
Include Inherited Members
Gets an Item from 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 | |
---|---|---|
GetItem(String) | Gets the Item at the specified path. | |
GetItem(Int32, Int32) | Gets an Item from the repository, based on itemId and changesetNumber. | |
GetItem(String, VersionSpec) | Gets the Item at the specified path. | |
GetItem(Int32, Int32, GetItemsOptions) | Gets an Item from the repository, based on itemId, changesetNumber, and options. | |
GetItem(Int32, Int32, Boolean) | Gets an Item from the repository, based on itemId and changesetNumber. | |
GetItem(String, VersionSpec, DeletedState) | Gets the Item at the specified path. | |
GetItem(String, VersionSpec, Int32) | Gets the Item at the specified path. | |
GetItem(String, VersionSpec, DeletedState, GetItemsOptions) | Gets the Item at the specified path. | |
GetItem(String, VersionSpec, DeletedState, Boolean) | Gets the Item at the specified path. | |
GetItem(String, VersionSpec, Int32, GetItemsOptions) | Gets the Item at the specified path. | |
GetItem(String, VersionSpec, Int32, Boolean) | Gets the Item at the specified path. |
Top