Repository.QueryChangesForChangeset Method

Queries changes throughout a given changeset (can be paged or non-pages.)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryChangesForChangeset ( _
    changesetId As Integer, _
    generateDownloadUrls As Boolean, _
    pageSize As Integer, _
    lastItem As ItemSpec _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
    int changesetId,
    bool generateDownloadUrls,
    int pageSize,
    ItemSpec lastItem
)
[WebMethodAttribute]
public:
StreamingCollection<Change^>^ QueryChangesForChangeset(
    int changesetId, 
    bool generateDownloadUrls, 
    int pageSize, 
    ItemSpec^ lastItem
)
[<WebMethodAttribute>]
member QueryChangesForChangeset : 
        changesetId:int * 
        generateDownloadUrls:bool * 
        pageSize:int * 
        lastItem:ItemSpec -> StreamingCollection<Change> 
public function QueryChangesForChangeset(
    changesetId : int, 
    generateDownloadUrls : boolean, 
    pageSize : int, 
    lastItem : ItemSpec
) : StreamingCollection<Change>

Parameters

  • changesetId
    Type: System.Int32

    Changeset ID to return changes from.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace