System-Defined Properties

The following properties are defined by the system. System-defined properties can be applied to the current content item or to any branding object associated with the current content item. A property applies to the value of the expression (to the left of the dot). If the property is not preceded by a dot, it applies to the current content item.

IMPORTANT: The names of these are properties reserved for use by the Branding Engine. If you create a property with the same name, errors might occur.

Property

Description

location

An URL indicating where the Branding object was or will be published, relative to the current item being published. Useful for building links on a page. This property is treated as text.
Valid for: content item, file property, image property, folder.

created

The date that the Branding object was created.
Valid for: content item, folder.

createdBy

The name of the user that created the Branding object.
Valid for: content item, folder.

modified

The date that the Branding object was last modified.
Valid for: content item, folder.

modifiedBy

The name of the user that last modified the Branding object.
Valid for: content item, folder.

published

The date that the Branding object was last published.
Valid for: content item.

publishedBy

The name of the user that last published the Branding object.
Valid for: content item.

name

The name of the Branding object as it appears in the application's navigator. This property is treated as text.
Valid for: content item, file property, image property, folder, enumeration.

pcs_id

The unique identifier string assigned to the Branding object by the system. As long as the object exists, the unique ID will not change, even if the object is renamed or moved to a different folder.
Valid for: content item, file property, image property, folder, enumeration.

pcs_path

The full path to the Branding object, within the folder hierarchy. The path starts with a “/”, and each component of the path is separated from the next by another “/”. Special characters in names are not translated to underscores, so if any component name contains a slash character, the result might be confusing.
Valid for: content item, folder, enumeration.

height

The vertical dimension, in pixels. This property is treated as an integer.
Valid for: image property.

width

The horizontal dimension, in pixels. This property is treated as an integer.
Valid for: image property.

length

The length of the object in units appropriate to the type of the object.
Valid for: any expression that produces text, in which case the result is the number of characters in the text; a list, in which case the result is the number of values in the list.

folder

The folder that contains the Branding object.
Valid for content item, folder, enumeration.

item

The content item itself. This can be used in expressions to test whether two item references refer to the same item.
Valid for: content item.

subfolders

A list of subfolders.
Valid for: folder.