Class FormsInput
Input used to submit form and store in DocuWare
Inheritance
System.Object
    FormsInput
  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 FormsInput
  Properties
FormInfo
Form information with configuration id and form fields with user input
Declaration
public FormInfo FormInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| FormInfo | 
HTML
String representing the HTML of the form
Declaration
public string HTML { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |