RemoteSettings.GetSubCollectionNames(String) Method
Definition
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.
Gets all the sub-collection names under a specific collection.
public:
virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetSubCollectionNames(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetSubCollectionNames (string collectionPath);
abstract member GetSubCollectionNames : string -> seq<string>
override this.GetSubCollectionNames : string -> seq<string>
Public Function GetSubCollectionNames (collectionPath As String) As IEnumerable(Of String)
Parameters
- collectionPath
- String
Path to the remote setting collection in the form My\Custom\Path
Returns
IEnumerable of the names of the sub collections. Empty if it does not exist.