@dvelop-sdk
    Preparing search index...

    Interface UpdateDmsObjectStatusParams

    Parameters for the updateDmsObjectStatus-function.

    interface UpdateDmsObjectStatusParams {
        alterationText?: string;
        dmsObjectId: string;
        editor?: string;
        repositoryId: string;
        status: DmsObjectStatus;
    }
    Index

    Properties

    alterationText?: string

    Description of changes

    dmsObjectId: string

    ID of the DmsObject

    editor?: string

    User or Group to which the DmsObject will be assigned. You can specify individual users as well as groups using IDs of the Identityprovider-App

    repositoryId: string

    ID of the repository

    status: DmsObjectStatus

    State of the dms Object