'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function FindOrCreateDataSetFolder( _ ByVal parentDataSetFolderData As UADataSetFolderData, _ ByVal dataSetFolderPathList As IReadOnlyList(Of String) _ ) As UADataSetFolderData
'UsageDim parentDataSetFolderData As UADataSetFolderData Dim dataSetFolderPathList As IReadOnlyList(Of String) Dim value As UADataSetFolderData value = UAPubSubConfigurationData.FindOrCreateDataSetFolder(parentDataSetFolderData, dataSetFolderPathList)
[JetBrains.Annotations.NotNull()] public static UADataSetFolderData FindOrCreateDataSetFolder( UADataSetFolderData parentDataSetFolderData, IReadOnlyList<string> dataSetFolderPathList )
[JetBrains.Annotations.NotNull()] public: static UADataSetFolderData^ FindOrCreateDataSetFolder( UADataSetFolderData^ parentDataSetFolderData, IReadOnlyList<String^>^ dataSetFolderPathList )
Parameters
- parentDataSetFolderData
- The parent dataset folder to start the search from. Must not be null.
The value of this parameter cannot be
null(Nothingin Visual Basic). - dataSetFolderPathList
- A list of folder names representing the path to the target folder. Each element represents a subfolder level. Must not be null and elements must not be null.
The value of this parameter cannot be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).