CatalogWebService.QueryParents Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryParents ( _
resourceIdentifier As Guid, _
pathFilters As String(), _
resourceTypeFilters As Guid(), _
recurseToRoot As Boolean, _
queryOptions As Integer _
) As CatalogData
[WebMethodAttribute]
public CatalogData QueryParents(
Guid resourceIdentifier,
string[] pathFilters,
Guid[] resourceTypeFilters,
bool recurseToRoot,
int queryOptions
)
[WebMethodAttribute]
public:
CatalogData^ QueryParents(
Guid resourceIdentifier,
array<String^>^ pathFilters,
array<Guid>^ resourceTypeFilters,
bool recurseToRoot,
int queryOptions
)
[<WebMethodAttribute>]
member QueryParents :
resourceIdentifier:Guid *
pathFilters:string[] *
resourceTypeFilters:Guid[] *
recurseToRoot:bool *
queryOptions:int -> CatalogData
public function QueryParents(
resourceIdentifier : Guid,
pathFilters : String[],
resourceTypeFilters : Guid[],
recurseToRoot : boolean,
queryOptions : int
) : CatalogData
Parameters
- resourceIdentifier
Type: System.Guid
- pathFilters
Type: array<System.String[]
- resourceTypeFilters
Type: array<System.Guid[]
- recurseToRoot
Type: System.Boolean
- queryOptions
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.CatalogData
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace