Content
A folder is a component with children. These children can be documents or other folders.
Constraints can be defined at folder class level to restrict the children that can be added to a folder. To do this, it is possible to reference the authorised component classes.
Adding components
Via the interface, when the folder defines children, an Add
button is used to select the component category to be created.
When indexing, it is possible to select the component class. All tags in common are listed on the write indexing form.
Note: If there is only one component class, this is automatically selected.
Permissions
In order to restrict the access or modifications that can be made to a folder, several permissions are available to control the operations that can be carried out:
- Add a child to a folder:
UPDATE_CONTENT
andADD_CONTENT
- Deleting a child from a folder:
DELETE_CONTENT
- Detaching a document from a folder:
DETACH
(action possible from document indexing) - Downloading the contents of a folder as an archive:
DOWNLOAD_CONTENT
Downloaded content contains only the documentary content of the folder and does not includes sub-folders.
Some actions are only available if the user has write access to the document. To do this, it must have the UPDATE
permission and have reserved the folder (see Reservation).
- Attaching the folder to another folder:
ATTACH