ICatalogService.QueryParents Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryParents ( _
resourceIdentifier As Guid, _
pathFilters As IEnumerable(Of String), _
resourceTypeFilters As IEnumerable(Of Guid), _
recurseToRoot As Boolean, _
queryOptions As CatalogQueryOptions _
) As ReadOnlyCollection(Of CatalogNode)
ReadOnlyCollection<CatalogNode> QueryParents(
Guid resourceIdentifier,
IEnumerable<string> pathFilters,
IEnumerable<Guid> resourceTypeFilters,
bool recurseToRoot,
CatalogQueryOptions queryOptions
)
ReadOnlyCollection<CatalogNode^>^ QueryParents(
Guid resourceIdentifier,
IEnumerable<String^>^ pathFilters,
IEnumerable<Guid>^ resourceTypeFilters,
bool recurseToRoot,
CatalogQueryOptions queryOptions
)
abstract QueryParents :
resourceIdentifier:Guid *
pathFilters:IEnumerable<string> *
resourceTypeFilters:IEnumerable<Guid> *
recurseToRoot:bool *
queryOptions:CatalogQueryOptions -> ReadOnlyCollection<CatalogNode>
function QueryParents(
resourceIdentifier : Guid,
pathFilters : IEnumerable<String>,
resourceTypeFilters : IEnumerable<Guid>,
recurseToRoot : boolean,
queryOptions : CatalogQueryOptions
) : ReadOnlyCollection<CatalogNode>
Parameters
- 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.ObjectModel.ReadOnlyCollection<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.