This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ICatalogService Interface
Namespace:
Microsoft.TeamFoundation.Framework.Client Assembly:
Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public interface ICatalogService
The ICatalogService type exposes the following members.
|
| Name | Description |
|---|
 | CreateChangeContext | |
 | QueryNodes(IEnumerable(String), IEnumerable(Guid), CatalogQueryOptions) | |
 | QueryNodes(IEnumerable(String), IEnumerable(Guid), IEnumerable(KeyValuePair(String, String)), CatalogQueryOptions) | |
 | QueryParents | |
 | QueryResources(IEnumerable(Guid), CatalogQueryOptions) | |
 | QueryResources(IEnumerable(Guid), IEnumerable(KeyValuePair(String, String)), CatalogQueryOptions) | |
 | QueryResourcesByType | |
 | QueryResourceTypes | |
 | QueryRootNode | |
 | QueryUpTree | |
 | SaveDelete | |
 | SaveMove | |
 | SaveNode | |
 | SaveResource | |
Top