点击或拖拽改变大小

MqttSyncClientDownloadPathFileNames 方法

[文件引擎] 下载指定分类信息的所有的文件描述信息,需要指定分类信息,例如:Files/Personal/Admin
[File Engine] To download all the file description information of the specified classification information, you need to specify the classification information, for example: Files/Personal/Admin

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

参数

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

返回值

类型:OperateResultGroupFileItem
当前分类下所有的文件描述信息
参见