VersionControlServer.GetChangeset Method (Int32, Boolean, Boolean)
Visual Studio 2010
Gets the details of a Changeset (comment, changes, etc.).
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public Changeset GetChangeset( int changesetId, bool includeChanges, bool includeDownloadInfo )
Parameters
- changesetId
- Type: System.Int32
The ID of the Changeset.
- includeChanges
- Type: System.Boolean
True to include the changes in the Changeset. False to include only metadata.
- includeDownloadInfo
- Type: System.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.