Method | Description | |
---|---|---|
IsCheckedOut ( string path ) : bool |
Determine if a file is checked out.
|
|
IsVersionControlled ( string path ) : bool |
Determine if a file is version controlled by TFS.
|
|
TryCheckout ( string path ) : bool |
Try to check out a file.
|
Method | Description | |
---|---|---|
GetWorkspace ( string path ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace | ||
IsCheckedOut ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : bool | ||
TryCheckout ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : bool |
public static IsCheckedOut ( string path ) : bool | ||
path | string | Path to the file. |
return | bool |
public static IsVersionControlled ( string path ) : bool | ||
path | string | Path to the file. |
return | bool |
public static TryCheckout ( string path ) : bool | ||
path | string | Path to the file. |
return | bool |