Class NSFieldInfoAttachment
Attachment custom database field.
Syntax
Constructors
NSFieldInfoAttachment()
Initializes a new instance of the NSFieldInfoAttachment class.
Declaration
NSFieldInfoAttachment
Methods
GetDefaultValue()
Attachment custom database field.
Declaration
Integer GetDefaultValue()
Returns
| Type | Description |
|---|---|
| Integer | Default attachment ID value. |
Examples
NSFieldInfoAttachment thing;
Integer defaultValue = thing.GetDefaultValue();
SetDefaultValue(Integer)
Attachment custom database field.
Declaration
Void SetDefaultValue(Integer defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Integer | defaultValue | Default attachment ID value. |
Returns
| Type | Description |
|---|---|
| Void |
Examples
NSFieldInfoAttachment thing;
Integer defaultValue;
thing.SetDefaultValue(defaultValue);