This documentation is archived and is not being maintained.
VersionControlServer.GetChangeset Method (Int32, Boolean, Boolean, String(), String(), String())
Visual Studio 2013
Gets the details of a Changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetChangeset ( _ changesetId As Integer, _ includeChanges As Boolean, _ includeDownloadInfo As Boolean, _ changesetPropertyFilters As String(), _ itemAttributeFilters As String(), _ itemPropertyFilters As String() _ ) As Changeset
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.
- changesetPropertyFilters
- Type: System.String()
List of the property name filters to filter the result.
- itemAttributeFilters
- Type: System.String()
The item attribute filters.
- itemPropertyFilters
- Type: System.String()
The item property filters.
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.
Show: