IFeatureFlagsStore.GetSubCollections(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- collectionPath
- String
The full path, separated by back-slash characters to the collection/subcollection to be queried
The immediate subcollections rooted at the collectionPath
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |