Class InputSection
Inheritance
System.Object
InputSection
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class InputSection : object
Constructors
InputSection(IFileUploadInfo)
Initializes a new instance of the InputSection class.
Declaration
public InputSection(IFileUploadInfo file)
Parameters
Type | Name | Description |
---|---|---|
IFileUploadInfo | file | The file of the section. |
Properties
ApplicationProperties
Define application properties of the section. Different applications store specific application here.
Declaration
public List<ApplicationProperty> ApplicationProperties { get; set; }
Property Value
Type | Description |
---|---|
List<ApplicationProperty> |
FileUpload
Gets the file of the section.
Declaration
public IFileUploadInfo FileUpload { get; }
Property Value
Type | Description |
---|---|
IFileUploadInfo |