jiveAttachSettings Table

Attachment settings.

Column Name Type Length Nullable Unicode Description
allowByDefault smallint N/A false   Whether all content types are allowed by default.
enabled smallint N/A false   Whether of not attachments are enabled for the document type.
maxNumber int N/A false   The maximum number of attachments.
maxSize int N/A false   The maximum size of attachments in bytes.
typeID bigint N/A false   The ID of the document type. Primary key.