Class HistoryField
Inheritance
System.Object
HistoryField
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class HistoryField : object
Properties
Label
Тhe label of the field.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Options
Additional options specific for field type.
Declaration
public HistoryFieldOptions Options { get; set; }
Property Value
| Type | Description |
|---|---|
| HistoryFieldOptions |
Type
Type of the history form field.
Declaration
public HistoryFormTypeEnum Type { get; set; }
Property Value
| Type | Description |
|---|---|
| HistoryFormTypeEnum |
Value
Value of the field.
Declaration
public WFFormFieldValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| WFFormFieldValue |