DocumentServer.Fields.FieldAdapter Class
The abstract FieldAdapter class is the base class of all special DocumentServer field adapters. It implements general features like the adapted ApplicationField or the specific TypeName. These special fields can be only used in combination with the ApplicationField class.
Introduced: 15.0.
Syntax
[C#]
public abstract class FieldAdapter
[Visual Basic]
Public MustInherit Class FieldAdapter
Constructors
Properties
| Property | | Description |
| ApplicationField | | Gets the adapted ApplicationField of the field. |
| ID | | Gets the ID of the specific field through its adapter. |
| Length | | Gets the number of characters in a text field through its adapter. |
| Start | | Gets the first character position (one-based) of the field through its adapter. |
| TypeName | | Gets the field's type name of the specific field through its adapter. |
Methods
| Method | | Description |
| ShowDialog | | Opens the specific field options dialog box. |
Fields
See Also