Workspace.Get Method

Include Protected Members
Include Inherited Members

Request the server to update the current workspace with the most recent versions of all mapped items.

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
Public method Get() Request the server to update the current workspace with the most recent versions of all mapped items.
Public method Get(GetRequest, GetOptions) Request that the server update the specified items.
Public method Get(array<GetRequest[], GetOptions) Request that the server update the specified items.
Public method Get(VersionSpec, GetOptions) Request that the server update the current workspace with the specified version of all mapped items.
Public method Get(array<String[], VersionSpec, RecursionType, GetOptions) Request that the server update the specified items.
Public method Get(GetRequest, GetOptions, GetFilterCallback, Object) Request that the server update the specified items.
Public method Get(array<GetRequest[], GetOptions, GetFilterCallback, Object) Request that the server update the specified items.
Public method Get(array<GetRequest[], GetOptions, GetFilterCallback, Object, array<String[]) Request that the server update the specified items.
Public method Get(array<GetRequest[], GetOptions, GetFilterCallback, Object, array<String[], array<Conflict[]%) Get requests that the server update the current workspace with the specified versions of the items. The filtering delegate allows the caller to discard operations before they are processed by setting the Ignore property on each operation to be discarded.
Public method Get(array<GetRequest[], GetOptions, GetFilterCallback, Object, array<String[], array<String[], array<Conflict[]%) Get requests that the server update the current workspace with the specified versions of the items. The filtering delegate allows the caller to discard operations before they are processed by setting the Ignore property on each operation to be discarded.

Top

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace