Share via


TeamFoundationVersionControlService.QueryPendingSets Method (TeamFoundationRequestContext, String, String, String, String, array<ItemSpec[], Boolean, PathLength, Boolean, array<String , Boolean)

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

Syntax

'Declaration
Public Function QueryPendingSets ( _
    requestContext As TeamFoundationRequestContext, _
    localWorkspaceName As String, _
    localWorkspaceOwner As String, _
    queryWorkspaceName As String, _
    ownerName As String, _
    itemSpecs As ItemSpec(), _
    generateDownloadUrls As Boolean, _
    maxClientPathLength As PathLength, _
    maskLocalWorkspaces As Boolean, _
    itemPropertyFilters As String(), _
    includePendingChangeSignature As Boolean _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryPendingSets(
    TeamFoundationRequestContext requestContext,
    string localWorkspaceName,
    string localWorkspaceOwner,
    string queryWorkspaceName,
    string ownerName,
    ItemSpec[] itemSpecs,
    bool generateDownloadUrls,
    PathLength maxClientPathLength,
    bool maskLocalWorkspaces,
    string[] itemPropertyFilters,
    bool includePendingChangeSignature
)
public:
TeamFoundationDataReader^ QueryPendingSets(
    TeamFoundationRequestContext^ requestContext, 
    String^ localWorkspaceName, 
    String^ localWorkspaceOwner, 
    String^ queryWorkspaceName, 
    String^ ownerName, 
    array<ItemSpec^>^ itemSpecs, 
    bool generateDownloadUrls, 
    PathLength maxClientPathLength, 
    bool maskLocalWorkspaces, 
    array<String^>^ itemPropertyFilters, 
    bool includePendingChangeSignature
)
member QueryPendingSets : 
        requestContext:TeamFoundationRequestContext * 
        localWorkspaceName:string * 
        localWorkspaceOwner:string * 
        queryWorkspaceName:string * 
        ownerName:string * 
        itemSpecs:ItemSpec[] * 
        generateDownloadUrls:bool * 
        maxClientPathLength:PathLength * 
        maskLocalWorkspaces:bool * 
        itemPropertyFilters:string[] * 
        includePendingChangeSignature:bool -> TeamFoundationDataReader
public function QueryPendingSets(
    requestContext : TeamFoundationRequestContext, 
    localWorkspaceName : String, 
    localWorkspaceOwner : String, 
    queryWorkspaceName : String, 
    ownerName : String, 
    itemSpecs : ItemSpec[], 
    generateDownloadUrls : boolean, 
    maxClientPathLength : PathLength, 
    maskLocalWorkspaces : boolean, 
    itemPropertyFilters : String[], 
    includePendingChangeSignature : boolean
) : TeamFoundationDataReader

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

QueryPendingSets Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace