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