@dvelop-sdk
    Preparing search index...

    Interface CreateDmsObjectNoteParams

    Parameters for the createDmsObjectNote-function.

    interface CreateDmsObjectNoteParams {
        dmsObjectId: string;
        noteText: string;
        repositoryId: string;
    }
    Index

    Properties

    dmsObjectId: string

    ID of the DmsObject

    noteText: string

    Text for the note

    repositoryId: string

    ID of the repository