点击或拖拽改变大小

MqttSyncClientDownloadPathFoldersAsync 方法

下载指定分类信息的全部子分类信息
Download all sub-category information of the specified category information

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public Task<OperateResult<string[]>> DownloadPathFoldersAsync(
	string groups
)

参数

groups
类型:SystemString
文件的类别,例如 Files/Personal/Admin 按照斜杠来区分

返回值

类型:TaskOperateResultString
当前分类下所有的子分类信息
参见