ITeamProjectCollectionService.GetCollections Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetCollections() | Retrieves all registered collections. Only created and registered collections will be returned. | |
GetCollections(IEnumerable<Guid>) | Gets collections with the specified collection ids. Only created and registered collections will be returned. | |
GetCollections(ServiceHostFilterFlags) | Retrieves all registered collections. | |
GetCollections(IEnumerable<Guid>, ServiceHostFilterFlags) | Gets collections with the specified collection ids. |
Top