Repository4.QueryWorkspaceItems Method
Returns information about a set of items at the workspace version.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryWorkspaceItems ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
deletedState As DeletedState, _
itemType As ItemType, _
generateDownloadUrls As Boolean, _
options As Integer _
) As StreamingCollection(Of WorkspaceItemSet)
[WebMethodAttribute]
public StreamingCollection<WorkspaceItemSet> QueryWorkspaceItems(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
DeletedState deletedState,
ItemType itemType,
bool generateDownloadUrls,
int options
)
[WebMethodAttribute]
public:
StreamingCollection<WorkspaceItemSet^>^ QueryWorkspaceItems(
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
DeletedState deletedState,
ItemType itemType,
bool generateDownloadUrls,
int options
)
[<WebMethodAttribute>]
member QueryWorkspaceItems :
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
deletedState:DeletedState *
itemType:ItemType *
generateDownloadUrls:bool *
options:int -> StreamingCollection<WorkspaceItemSet>
public function QueryWorkspaceItems(
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
deletedState : DeletedState,
itemType : ItemType,
generateDownloadUrls : boolean,
options : int
) : StreamingCollection<WorkspaceItemSet>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
Type: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- generateDownloadUrls
Type: System.Boolean
- options
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<WorkspaceItemSet>
.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.