Class ModelFile
基本檔案資料模型
public class ModelFile
- Inheritance
-
ModelFile
- Inherited Members
Properties
des
檔案原始檔名
public string des { get; set; }
Property Value
name
檔案新名稱
public string name { get; set; }
Property Value
oid
系統用 ID,預設為 0
public int oid { get; set; }
Property Value
size
檔案大小
public long size { get; set; }
Property Value
type
檔案的 Content-Type
public string type { get; set; }