Class DocumentPreProcessCheckModel
Inheritance
System.Object
DocumentPreProcessCheckModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Dms
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class DocumentPreProcessCheckModel
Properties
View SourceDocumentNames
準備要上傳的檔案名稱
Declaration
public List<string> DocumentNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
FolderPath
資料夾
Declaration
public string FolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |