RepositoryExtensions.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, _
propertyNameFilters As String(), _
includeMergeSourceInfo As Boolean _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec lastItem,
string[] propertyNameFilters,
bool includeMergeSourceInfo
)
[WebMethodAttribute]
public:
StreamingCollection<Change^>^ QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec^ lastItem,
array<String^>^ propertyNameFilters,
bool includeMergeSourceInfo
)
[<WebMethodAttribute>]
member QueryChangesForChangeset :
changesetId:int *
generateDownloadUrls:bool *
pageSize:int *
lastItem:ItemSpec *
propertyNameFilters:string[] *
includeMergeSourceInfo:bool -> StreamingCollection<Change>
public function QueryChangesForChangeset(
changesetId : int,
generateDownloadUrls : boolean,
pageSize : int,
lastItem : ItemSpec,
propertyNameFilters : String[],
includeMergeSourceInfo : boolean
) : StreamingCollection<Change>
Parameters
changesetId
Type: System.Int32Changeset ID to return changes from.
- generateDownloadUrls
Type: System.Boolean
- pageSize
Type: System.Int32
- lastItem
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
- propertyNameFilters
Type: array<System.String[]
includeMergeSourceInfo
Type: System.BooleanWhether to include merge source information in the change object.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>
.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.