IntegrationFileClientDeleteEmptyFolders 方法 |
删除服务器的文件夹的所有空的子文件目录操作,需要传入文件的三级分类信息
To delete all empty sub-file directories of the server's folder, you need to pass in the three-level classification information of the file
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult DeleteEmptyFolders(
string factory,
string group,
string id
)
Public Function DeleteEmptyFolders (
factory As String,
group As String,
id As String
) As OperateResult
public:
OperateResult^ DeleteEmptyFolders(
String^ factory,
String^ group,
String^ id
)
member DeleteEmptyFolders :
factory : string *
group : string *
id : string -> OperateResult
参数
- factory
- 类型:SystemString
第一大类 - group
- 类型:SystemString
第二大类 - id
- 类型:SystemString
第三大类
返回值
类型:
OperateResult是否成功的结果对象
参见