'Declaration
<NotNullAttribute()> Function ListPublishedDataSetNames( _ ByVal dataSetFolderPath As IReadOnlyList(Of String), _ ByVal recursive As Boolean _ ) As StringCollection
'Usage
Dim instance As IUAReadOnlyPubSubConfiguration Dim dataSetFolderPath As IReadOnlyList(Of String) Dim recursive As Boolean Dim value As StringCollection value = instance.ListPublishedDataSetNames(dataSetFolderPath, recursive)
[NotNull()] StringCollection ListPublishedDataSetNames( IReadOnlyList<string> dataSetFolderPath, bool recursive )
[NotNull()] StringCollection^ ListPublishedDataSetNames( IReadOnlyList<String^>^ dataSetFolderPath, bool recursive )
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). - recursive
- Determines whether the published datasets will be taken from the subfolders as well, recursively.
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).