[ElementsNotNull()] [NotNull()] StringCollection ListDataSetFolderNames( IReadOnlyList<string> dataSetFolderPath )
[ElementsNotNull()] [NotNull()] StringCollection^ ListDataSetFolderNames( IReadOnlyList<String^>^ dataSetFolderPath )
'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function ListDataSetFolderNames( _ ByVal dataSetFolderPath As IReadOnlyList(Of String) _ ) As StringCollection
'Usage
Dim instance As IUAReadOnlyPubSubConfiguration Dim dataSetFolderPath As IReadOnlyList(Of String) Dim value As StringCollection value = instance.ListDataSetFolderNames(dataSetFolderPath)
Parameters
- dataSetFolderPath
- A path to the dataset folder.
Return Value
Returns a collection of dataset folder names.