Show / Hide Table of Contents

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 Source

DocumentNames

準備要上傳的檔案名稱

Declaration
public List<string> DocumentNames { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

FolderPath

資料夾

Declaration
public string FolderPath { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX