Class InputSection
Inheritance
System.Object
    InputSection
  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: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class InputSection
  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 | 
|---|---|
| System.Collections.Generic.List<ApplicationProperty> | 
FileUpload
Gets the file of the section.
Declaration
public IFileUploadInfo FileUpload { get; }
  Property Value
| Type | Description | 
|---|---|
| IFileUploadInfo |