FileClientBaseDeleteFolderBaseAsync 方法 |
删除服务器上的指定目录的所有文件,需要传入分类信息。
To delete all files in the specified directory on the server, you need to input classification information
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected Task<OperateResult> DeleteFolderBaseAsync(
string factory,
string group,
string id
)
Protected Function DeleteFolderBaseAsync (
factory As String,
group As String,
id As String
) As Task(Of OperateResult)
protected:
Task<OperateResult^>^ DeleteFolderBaseAsync(
String^ factory,
String^ group,
String^ id
)
member DeleteFolderBaseAsync :
factory : string *
group : string *
id : string -> Task<OperateResult>
参数
- factory
- 类型:SystemString
一级分类 - group
- 类型:SystemString
二级分类 - id
- 类型:SystemString
三级分类
返回值
类型:
TaskOperateResult是否成功的结果对象
参见