IntegrationFileClientDeleteFile 方法 (String, String, String, String) | 
 
            删除服务器的文件数组操作,需要指定文件名称,文件的三级分类信息
            Delete the file operation of the server, you need to specify the file names and the three-level classification information of the file
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public OperateResult DeleteFile(
	string[] fileNames,
	string factory,
	string group,
	string id
)
Public Function DeleteFile ( 
	fileNames As String(),
	factory As String,
	group As String,
	id As String
) As OperateResult
public:
OperateResult^ DeleteFile(
	array<String^>^ fileNames, 
	String^ factory, 
	String^ group, 
	String^ id
)
member DeleteFile : 
        fileNames : string[] * 
        factory : string * 
        group : string * 
        id : string -> OperateResult 
参数
- fileNames
 - 类型:SystemString
文件名称数组,带后缀 - factory
 - 类型:SystemString
第一大类 - group
 - 类型:SystemString
第二大类 - id
 - 类型:SystemString
第三大类 
返回值
类型:
OperateResult是否成功的结果对象
参见