This topic has not yet been rated - Rate this topic

Workspace.Get Method

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.

  NameDescription
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(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(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(GetRequest[], GetOptions, GetFilterCallback, Object) Request that the server update the specified items.
Public method Get(GetRequest[], GetOptions, GetFilterCallback, Object, String[]) Request that the server update the specified items.
Public method Get(GetRequest[], GetOptions, GetFilterCallback, Object, String[], 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(GetRequest[], GetOptions, GetFilterCallback, Object, String[], String[], 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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.