[]
应用程序附件存储信息接口
public interface IApplicationAttachmentStorageInfo
本地上传文件夹路径
string LocalUploadFolderPath { get; }
| 类型 | 描述 |
|---|---|
| string |
附件存储类型
AttachmentStorageType StorageType { get; }
| 类型 | 描述 |
|---|---|
| AttachmentStorageType |
从附件值中获取文件列表
IEnumerable<string> GetFilesFromAttachmentValue(string value)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | value | 附件值 |
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.IEnumerable<T><string> | 文件列表 |