formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    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.

    interface MetadataAttachment {
        alias: string;
        changeDate: string;
        changeUser: string;
        createDate: string;
        createUser: string;
        filename: string;
        formElement: string;
        uuid: string;
    }
    Index

    Properties

    alias: string

    Alternative name for this file.

    changeDate: string

    Date when this file was changed the last time.

    changeUser: string

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

    createDate: string

    Date when this file was created.

    createUser: string

    Name of this user who created this file.

    filename: string

    The filename of this file.

    formElement: string

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

    uuid: string

    A unique ID for this file.