Click or drag to resize
FormsInput Class
Input used to submit form and store in DocuWare
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientFormsInput

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class FormsInput

The FormsInput type exposes the following members.

Constructors
  NameDescription
Public methodFormsInput
Initializes a new instance of the FormsInput class
Top
Properties
  NameDescription
Public propertyFormInfo
Form information with configuration id and form fields with user input
Public propertyHTML
String representing the HTML of the form
Top
Remarks