Interface FileCategory

interface FileCategory {
    allowMultiple: boolean;
    displayName: string;
    documentLockRequired: boolean;
    filesExist?: boolean;
    name: string;
    required: boolean;
}

Properties

allowMultiple: boolean
displayName: string
documentLockRequired: boolean
filesExist?: boolean
name: string
required: boolean