点击或拖拽改变大小

GroupFileContainerGetCurrentFileMappingName 方法

下载文件时调用,根据当前的文件名称,例如 123.txt 获取到在文件服务器里映射的文件名称,例如返回 b35a11ec533147ca80c7f7d1713f015b7909
Called when downloading a file. Get the file name mapped in the file server according to the current file name, such as 123.txt. For example, return b35a11ec533147ca80c7f7d1713f015b7909.

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public string GetCurrentFileMappingName(
	string fileName
)

参数

fileName
类型:SystemString
文件的实际名称

返回值

类型:String
文件名映射过去的实际的文件名字
参见