interface UmbDocumentCollectionFilterModel {
    dataTypeId?: string;
    filter?: string;
    orderBy?: string;
    orderCulture?: string;
    orderDirection?: "desc" | "asc";
    skip?: number;
    take?: number;
    unique: string;
    userDefinedProperties: { alias: string; header: string; isSystem: boolean }[];
}

Hierarchy (View Summary, Expand)

Properties

dataTypeId?: string
filter?: string
orderBy?: string
orderCulture?: string
orderDirection?: "desc" | "asc"
skip?: number
take?: number
unique: string
userDefinedProperties: { alias: string; header: string; isSystem: boolean }[]
MMNEPVFCICPMFPCPTTAAATR