VersionControlServer.GetChangeset Method (Int32, Boolean, Boolean)
Visual Studio 2012
Gets the details of a Changeset (comment, changes, etc.).
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public function GetChangeset( changesetId : int, includeChanges : boolean, includeDownloadInfo : boolean ) : Changeset
Parameters
- changesetId
- Type: Int32
The ID of the Changeset.
- includeChanges
- Type: Boolean
True to include the changes in the Changeset. False to include only metadata.
- includeDownloadInfo
- Type: Boolean
True to get the information needed to download files. Specify false to save bandwidth if not necessary.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangesetA reference to a Changeset object specifying these details.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.