Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Query change set with properties.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryChangesetExtended ( _
changesetId As Integer, _
includeChanges As Boolean, _
generateDownloadUrls As Boolean, _
propertyNameFilters As String() _
) As Changeset
[WebMethodAttribute]
public Changeset QueryChangesetExtended(
int changesetId,
bool includeChanges,
bool generateDownloadUrls,
string[] propertyNameFilters
)
[WebMethodAttribute]
public:
Changeset^ QueryChangesetExtended(
int changesetId,
bool includeChanges,
bool generateDownloadUrls,
array<String^>^ propertyNameFilters
)
[<WebMethodAttribute>]
member QueryChangesetExtended :
changesetId:int *
includeChanges:bool *
generateDownloadUrls:bool *
propertyNameFilters:string[] -> Changeset
public function QueryChangesetExtended(
changesetId : int,
includeChanges : boolean,
generateDownloadUrls : boolean,
propertyNameFilters : String[]
) : Changeset
Parameters
- changesetId
Type: System.Int32
- includeChanges
Type: System.Boolean
- generateDownloadUrls
Type: System.Boolean
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.Changeset
.NET Framework Security
- 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.