点击或拖拽改变大小

GroupFileContainerUpdateFileMappingName 方法

上传文件时掉用,通过比对现有的文件列表,如果没有,就重新创建列表信息
Used when uploading files, by comparing existing file lists, if not, re-creating list information

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public string UpdateFileMappingName(
	string fileName,
	long fileSize,
	string mappingName,
	string owner,
	string description
)

参数

fileName
类型:SystemString
文件名,带后缀,不带任何的路径
fileSize
类型:SystemInt64
文件的大小
mappingName
类型:SystemString
文件映射名称
owner
类型:SystemString
文件的拥有者
description
类型:SystemString
文件的额外描述

返回值

类型:String
映射的文件名称
参见