Retrieves the latest changeset ID associated with a path
Namespace: MSBuild.Community.Tasks.Tfs
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Function GetLatestChangesetId( _ ByVal localPath As String, _ ByVal credentials As ICredentials _ ) As Integer |
| C# |
|---|
| int GetLatestChangesetId( string localPath, ICredentials credentials ) |
| C++ |
|---|
| int GetLatestChangesetId( String localPath, ICredentials credentials ) abstract |
| J# |
|---|
| int GetLatestChangesetId( string localPath, ICredentials credentials ) |
| JScript |
|---|
|
function GetLatestChangesetId( localPath : String, credentials : ICredentials ) : int |
Parameters
- localPath
- A path on the local filesystem
- credentials
- Credentials used to authenticate against the serer
See Also
Documentation version 1.0.0.0.