Filename

QName: f:filename

Allows for nodes to retain a display-friendly and file-system compatible name for use in containment-based navigation systems such as WebDAV, FTP or the Cloud CMS document library. Nodes that are tagged with this feature can either deterministically specify their preferred filename or have one calculated for them from the node's title or _doc fields.

Filenames may not contain the following special characters: .:_<>?&@!$%^()-+=\. If these characters are included, they will be replaced with an underscore.

Configuration

Property Type Default Read-Only Description
filename text The file name.

Filename Example

{
    "title": "My Folder",
    "_features": {
        "f:filename": {
            "filename": "my_folder"
        }
    }
}