FileClientBaseDeleteFileBase 方法 (String, String, String, String) |
删除服务器上的文件,需要传入文件信息,以及文件绑定的分类信息。
To delete a file on the server, you need to pass in the file information and the classification information of the file binding.
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected OperateResult DeleteFileBase(
string fileName,
string factory,
string group,
string id
)
Protected Function DeleteFileBase (
fileName As String,
factory As String,
group As String,
id As String
) As OperateResult
protected:
OperateResult^ DeleteFileBase(
String^ fileName,
String^ factory,
String^ group,
String^ id
)
member DeleteFileBase :
fileName : string *
factory : string *
group : string *
id : string -> OperateResult
参数
- fileName
- 类型:SystemString
文件的名称 - factory
- 类型:SystemString
一级分类 - group
- 类型:SystemString
二级分类 - id
- 类型:SystemString
三级分类
返回值
类型:
OperateResult是否成功的结果对象
参见