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'.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetSubCollections(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetSubCollections (string collectionPath);
abstract member GetSubCollections : string -> seq<string>
Public Function GetSubCollections (collectionPath As String) As IEnumerable(Of String)

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