@dvelop-sdk
    Preparing search index...

    Interface ListedDmsObject

    A listed version of d.velop cloud dmsObject. There might be more information available via the getDmsObject-function.

    interface ListedDmsObject {
        categories: string[];
        dmsObjectId: string;
        getMainFile?: () => Promise<ArrayBuffer>;
        properties: {
            displayValue?: string;
            key: string;
            value: string;
            values?: any;
        }[];
        repositoryId: string;
        sourceId: string;
    }
    Index

    Properties

    categories: string[]

    Category of the DmsObject

    dmsObjectId: string

    ID of the DmsObject

    getMainFile?: () => Promise<ArrayBuffer>
    properties: { displayValue?: string; key: string; value: string; values?: any }[]

    Properties of the DmsObject

    Type Declaration

    • OptionaldisplayValue?: string

      Display-Value of the DmsObject-Property

    • key: string

      Key of the DmsObject-Property

    • value: string

      Value of the DmsObject-Property

    • Optionalvalues?: any

      Values of the DmsObject-Property

    repositoryId: string

    ID of the repository

    sourceId: string

    ID of the source