Click or drag to resize
WebFormControl Class
Base class for web form fields
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.8
Syntax
C#
[XmlIncludeAttribute(typeof(NumberField))]
[XmlIncludeAttribute(typeof(WebFormField))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(MultiLineTextField))]
[XmlIncludeAttribute(typeof(Headline))]
[XmlIncludeAttribute(typeof(DropDownList))]
[XmlIncludeAttribute(typeof(CheckGroup))]
[XmlIncludeAttribute(typeof(RadioGroup))]
[XmlIncludeAttribute(typeof(TextField))]
public abstract class WebFormControl

The WebFormControl type exposes the following members.

Constructors
  NameDescription
Protected methodWebFormControl
Initializes a new instance of the WebFormControl class
Top
Properties
  NameDescription
Public propertyID
Public propertyLabel
Top
Remarks