Form Attachment
Represents an attachment belonging to a feature form. Wraps the Attachment object and adds additional properties and methods to support displaying attachments in a FeatureForm.
Since
200.5.0
Properties
Link copied to clipboard
The underlying Attachment.
Link copied to clipboard
The MIME content type of the FormAttachment.
Link copied to clipboard
The name of the FormAttachment.
Link copied to clipboard
The size of the FormAttachment in bytes.
Link copied to clipboard
The type of the FormAttachment.
Functions
Link copied to clipboard
Creates the full image for displaying the attachment in full screen or larger than a thumbnail. This is only applicable if the attachment type is FormAttachmentType.Image.
Link copied to clipboard
Creates a thumbnail image with the specified width and height. This is only applicable if the attachment type is FormAttachmentType.Image.