Class FormsInput
Input used to submit form and store in DocuWare
Inheritance
System.Object
FormsInput
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FormsInput : object
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 |