MqttSyncClientDownloadPathFolders 方法 |
下载指定分类信息的全部子分类信息
Download all sub-category information of the specified category information
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<string[]> DownloadPathFolders(
string groups
)
Public Function DownloadPathFolders (
groups As String
) As OperateResult(Of String())
public:
OperateResult<array<String^>^>^ DownloadPathFolders(
String^ groups
)
member DownloadPathFolders :
groups : string -> OperateResult<string[]>
参数
- groups
- 类型:SystemString
文件的类别,例如 Files/Personal/Admin 按照斜杠来区分
返回值
类型:
OperateResultString当前分类下所有的子分类信息
参见