TeamFoundationVersionControlService.Get 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 | |
---|---|---|
Get(TeamFoundationRequestContext, String, String, array<GetRequest[], Int32, GetOptions, array<String[]) | Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies. | |
Get(TeamFoundationRequestContext, String, String, array<GetRequest[], Int32, GetOptions, array<String[], array<String[]) | Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies. | |
Get(TeamFoundationRequestContext, String, String, array<GetRequest[], Int32, GetOptions, array<String[], array<String[], PathLength) | Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies. |
Top