This documentation is archived and is not being maintained.
GetRequest Class
Visual Studio 2013
Represents a request of the Get operation.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The GetRequest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetRequest(ItemSpec, VersionSpec) | Gets the specified item or the entire workspace at the specified version. |
![]() | GetRequest(ItemSpec, Int32) | Gets the specified items or the entire workspace at the specified changeset. |
![]() | GetRequest(String, RecursionType, VersionSpec) | Gets the specified items at the specified version. |
| Name | Description | |
|---|---|---|
![]() | ItemSpec | Gets or sets the item that is being requested. |
![]() | VersionSpec | Gets or sets the version that is being requested. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | FromStrings | Creates an array of GetRequests from the specified array of local or server paths, recursion, and version. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the properties of this GetRequest object. (Overrides Object::ToString().) |
Show:
