Class BaseForm
A base form.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BaseForm : object
Properties
FormFieldType
Type of the form field.
Declaration
public FormTypeEnum FormFieldType { get; set; }
Property Value
Type | Description |
---|---|
FormTypeEnum |
Id
Identifier of the form field.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Label
Label of the form field.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |