TeamFoundationCatalogService.QueryParents Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryParents ( _
requestContext As TeamFoundationRequestContext, _
resourceIdentifier As Guid, _
pathFilters As IEnumerable(Of String), _
resourceTypeFilters As IEnumerable(Of Guid), _
recurseToRoot As Boolean, _
queryOptions As CatalogQueryOptions _
) As List(Of CatalogNode)
public List<CatalogNode> QueryParents(
TeamFoundationRequestContext requestContext,
Guid resourceIdentifier,
IEnumerable<string> pathFilters,
IEnumerable<Guid> resourceTypeFilters,
bool recurseToRoot,
CatalogQueryOptions queryOptions
)
public:
List<CatalogNode^>^ QueryParents(
TeamFoundationRequestContext^ requestContext,
Guid resourceIdentifier,
IEnumerable<String^>^ pathFilters,
IEnumerable<Guid>^ resourceTypeFilters,
bool recurseToRoot,
CatalogQueryOptions queryOptions
)
member QueryParents :
requestContext:TeamFoundationRequestContext *
resourceIdentifier:Guid *
pathFilters:IEnumerable<string> *
resourceTypeFilters:IEnumerable<Guid> *
recurseToRoot:bool *
queryOptions:CatalogQueryOptions -> List<CatalogNode>
public function QueryParents(
requestContext : TeamFoundationRequestContext,
resourceIdentifier : Guid,
pathFilters : IEnumerable<String>,
resourceTypeFilters : IEnumerable<Guid>,
recurseToRoot : boolean,
queryOptions : CatalogQueryOptions
) : List<CatalogNode>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- resourceIdentifier
Type: System.Guid
- pathFilters
Type: System.Collections.Generic.IEnumerable<String>
- resourceTypeFilters
Type: System.Collections.Generic.IEnumerable<Guid>
- recurseToRoot
Type: System.Boolean
- queryOptions
Type: Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
Return Value
Type: System.Collections.Generic.List<CatalogNode>
.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.