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. |
|
created |
The date that the Branding object was created. |
|
createdBy |
The name of the user that created the Branding object. |
|
modified |
The date that the Branding object was last modified. |
|
modifiedBy |
The name of the user that last modified the Branding object. |
|
published |
The date that the Branding object was last published. |
|
publishedBy |
The name of the user that last published the Branding object. |
|
name |
The name of the Branding object as it appears in the application's navigator.
This property is treated as text. |
|
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. |
|
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. |
|
height |
The vertical dimension, in pixels. This property is treated as an integer.
|
|
width |
The horizontal dimension, in pixels. This property is treated as an
integer. |
|
length |
The length of the object in units appropriate to the type of the object.
|
|
folder |
The folder that contains the Branding object. |
|
item |
The content item itself. This can be used in expressions to test whether
two item references refer to the same item. |
|
subfolders |
A list of subfolders. |