sv:folder
A folder node can be available as sub node in may locations of the model (e.g. file repository, page, folder, trashcan ...). It serves as container for may types of nodes (e.g. pages, folders, images, files ...)
Name | Type and description |
---|---|
<folder-name> | Dynamic / Model dependent |
The given name of the folder. |
Name | Type and description |
---|---|
createdBy | javax.jcr.PropertyType.WEAKREFERENCE |
The user that created the folder. | |
creationDate | javax.jcr.PropertyType.DATE |
Date when the folder was created. | |
displayName | javax.jcr.PropertyType.STRING |
The given name of the folder. | |
downloadProtected | javax.jcr.PropertyType.BOOLEAN |
The "download protection" state for the folder. New sv:file children of the folder will get this state [@since Sitevision 2022.08.1] | |
locale | javax.jcr.PropertyType.STRING |
Language settings | |
robotsIndex | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the folder may be indexed by a web robot. | |
visibleInMenus | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the folder is visible in menus. |
Sitevision Utility API tip!
- The FolderUtil interface exposes a set of methods for creating and renaming a sv:folder.
- The StructureUtil interface exposes a set of methods to move a sv:folder to another parent.
- The TrashcanUtil interface provides a set of methods to remove or restore a sv:folder.