This documentation is archived and is not being maintained.
Workstation Methods
Visual Studio 2013
The Workstation type exposes the following members.
| Name | Description | |
|---|---|---|
|
EnsureUpdateWorkspaceInfoCache(VersionControlServer, String) | Ensures that the workspace information cache is updated. |
|
EnsureUpdateWorkspaceInfoCache(VersionControlServer, String, TimeSpan) | Makes sure that the workspace information cache is updated. |
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetAllLocalWorkspaceInfo | Gets an array of all cached local workspace information objects. |
|
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
GetLocalItemExclusions | Returns the set of local item exclusions for this user on this computer. |
|
GetLocalWorkspaceInfo(String) | Gets the cached local workspace information for the workspace that contains the specified path. |
|
GetLocalWorkspaceInfo(Guid, String, String) | Given a Team Project Collection instance ID, workspace name, and workspace owner, looks in the local workspace cache to find a corresponding WorkspaceInfo object. Display names are accepted for the workspace owner string, but if the (name, owner) combination is ambiguous, a MultipleWorkspacesFoundException may be thrown. Passing RepositoryConstants.AuthenticatedUser for "workspaceOwner" is not valid, since no context exists to translate it into the authorized user. |
|
GetLocalWorkspaceInfo(VersionControlServer, String, String) | Gets the cached local workspace information for the specified workspace. |
|
GetLocalWorkspaceInfoRecursively | Gets the array of workspace information objects at or below the specified path. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsExplicitlyMapped | Checks whether the specified path is the root mapping in a workspace. |
|
IsMapped | Checks whether the specified path is mapped in a workspace. |
|
QueryLocalWorkspaceInfo | Get an array of WorkspaceInfo objects that match the specified parameters. |
|
ReloadCache | Forces a reload of the cache on disk. |
|
RemoveCachedWorkspaceInfo(VersionControlServer) | Removes the workspaces that are associated with the specified repository from the cache. |
|
RemoveCachedWorkspaceInfo(VersionControlServer, String) | Removes the workspaces that are associated with the specified repository from the cache. |
|
RemoveCachedWorkspaceInfo(Uri, String, String) | Removes the specified workspace from the cache. |
|
RemoveLocalItemExclusion | Removes an exclusion from the local item exclusion list. |
|
SetLocalItemExclusions | Overwrites the list of local item exclusions with the list passed in. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateServerUriReferences | Obsolete. Updates the cache to reference the specified source control repository using the specified uniform resource identifier (URI). |
|
UpdateWorkspaceInfoCache(VersionControlServer, String) | Updates the cache with the workspace information objects that are associated with the specified repository. |
|
UpdateWorkspaceInfoCache(VersionControlServer, String, Workspace[]) | Updates the cache with the workspace information objects that are associated with the specified repository. |
Show: