Configuration parameters for document management
The following configuration parameters in the config.xml file control search for and the display and editing of files in a document management system.
- DisplayDocumentEditUploadButtons
- DocumentContentDispositionMode
- DocumentTemplateDescriptorXSDLocation
- FinalDocumentsNotEditable
- MaximumFileUploadCount
- MaximumFileUploadSize
- MaximumTotalUploadSize
Another section of the config.xml file maps document file types—also called MIME types—to file extensions and associated icons in the user interface. For example:
<mimetypemapping>
<mimetype name="application/msword"
extensions=".doc"
icon="mime_word_16.png"
<!-- more mappings -->
</mimetypemapping>
See also
- Document creation and document management parameters
- To configure search parameters for documents, see Searching for documents.
- For details about document management and related integration points, see Document management.
