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. | |
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. |