Click or drag to resize
FormsInput Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientFormsInput

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[EagleAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
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 propertyFormsConfigurationId
The guid of the forms configration. Or possibly replace with complex structure which be sent from browser server to recreate the html.
Public propertyUserInput
Replace this with real user input
Top
Remarks