'Declaration
<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)
[NotNull()] StringCollection ListDataSetFolderNames( IReadOnlyList<string> dataSetFolderPath )
[NotNull()] StringCollection^ ListDataSetFolderNames( IReadOnlyList<String^>^ dataSetFolderPath )
Parameters
- dataSetFolderPath
- A path to the dataset folder.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).