Interface MetadataAttachment

This object contains all the data related to an attachment of a form record. To access a list of all attachments of the currently opened form, use XFC_METADATA.attachments. This includes only files that were uploaded with an upload element in the form. It does not include files uploaded in the inbox.

Hierarchy

  • MetadataAttachment

Index

Properties

alias

alias: string

Alternative name for this file.

changeDate

changeDate: string

Date when this file was changed the last time.

changeUser

changeUser: string

Name of the user who made the last change to the file.

createDate

createDate: string

Date when this file was created.

createUser

createUser: string

Name of this user who created this file.

filename

filename: string

The filename of this file.

formElement

formElement: string

The name of the upload element used for uploading this file.

uuid

uuid: string

A unique ID for this file.