Share via


TeamProjectCollectionService.QueryCollectionCatalogResource Method

Returns the catalog resource for the collection with the provided ID.

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

Syntax

'Declaration
Public Function QueryCollectionCatalogResource ( _
    requestContext As TeamFoundationRequestContext, _
    collectionId As String, _
    queryOptions As CatalogQueryOptions _
) As CatalogResource
public CatalogResource QueryCollectionCatalogResource(
    TeamFoundationRequestContext requestContext,
    string collectionId,
    CatalogQueryOptions queryOptions
)
public:
CatalogResource^ QueryCollectionCatalogResource(
    TeamFoundationRequestContext^ requestContext, 
    String^ collectionId, 
    CatalogQueryOptions queryOptions
)
member QueryCollectionCatalogResource : 
        requestContext:TeamFoundationRequestContext * 
        collectionId:string * 
        queryOptions:CatalogQueryOptions -> CatalogResource
public function QueryCollectionCatalogResource(
    requestContext : TeamFoundationRequestContext, 
    collectionId : String, 
    queryOptions : CatalogQueryOptions
) : CatalogResource

Parameters

  • queryOptions
    Type: Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions

    If ExpandDependencies is specified, the Dependencies property on nodes will contain the nodes they are dependent on. If IncludeParents is specified, the ParentNode property on the CatalogNode will contain the parent node. Leaving a given option will result in the returned catalog nodes to have null for that value. Extra data should only be retrieved if it is needed since computing and sending information can be expensive.

Return Value

Type: Microsoft.TeamFoundation.Server.Core.CatalogResource

.NET Framework Security

See Also

Reference

TeamProjectCollectionService Class

Microsoft.TeamFoundation.Server.Core Namespace