@dvelop-sdk
    Preparing search index...

    Interface SearchDmsObjectsParams

    Parameters for the searchDmsObjects-function.

    interface SearchDmsObjectsParams {
        ascending?: boolean;
        categories?: string[];
        childrenOf?: string;
        fulltext?: string;
        page?: number;
        pageSize?: number;
        properties?: { key: string; values: string[] }[];
        repositoryId: string;
        sortProperty?: string;
        sourceId: string;
    }
    Index

    Properties

    ascending?: boolean

    Whether to sort ascending or descending

    categories?: string[]

    Categories to filter by

    childrenOf?: string

    ID of the parent DmsObject to search children of

    fulltext?: string

    Fulltext-search

    page?: number

    Page to return

    pageSize?: number

    Number of results per page

    properties?: { key: string; values: string[] }[]

    Properties

    Type Declaration

    • key: string

      Id of the property

    • values: string[]

      Value(s) - Single values must be given as an array of length 1

    repositoryId: string

    ID of the repository

    sortProperty?: string

    Property to sort the result by

    sourceId: string

    ID of the source