[]
        
(Showing Draft Content)

GrapeCity.Forguncy.ServerApi.IApplicationAttachmentStorageInfo

接口 IApplicationAttachmentStorageInfo

应用程序附件存储信息接口

命名空间: GrapeCity.Forguncy.ServerApi
程序集: GrapeCity.Forguncy.ServerApi.dll
语法
public interface IApplicationAttachmentStorageInfo

属性

LocalUploadFolderPath

本地上传文件夹路径

声明
string LocalUploadFolderPath { get; }
属性值
类型 描述
string

StorageType

附件存储类型

声明
AttachmentStorageType StorageType { get; }
属性值
类型 描述
AttachmentStorageType

方法

GetFilesFromAttachmentValue(string)

从附件值中获取文件列表

声明
IEnumerable<string> GetFilesFromAttachmentValue(string value)
参数
类型 名称 描述
string value

附件值

返回值
类型 描述
System.Collections.Generic.IEnumerable<T><string>

文件列表