IFeatureFlagsStore.GetSubCollections(String) Method

Definition

Retrieves all subcollections under the collectionPath. These are 'primitive' subCollections in that it is only the next level of subcollections. For example a query of GetSubCollections with collectionPath 'Root Collection' against a collection that contained "Root Collection\Internal Collection\Leaf Collection", would return 'Internal Collection'.

C++
public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetSubCollections(System::String ^ collectionPath);

Parameters

collectionPath
String

The full path, separated by back-slash characters to the collection/subcollection to be queried

Returns

The immediate subcollections rooted at the collectionPath

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022