Interface StoredObjectFileCategory

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

Properties

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