Referring to publication settings

Previous Next

In the Publication Configurations window, you set all parameters for a configuration: publication attributes, system-defined properties, and user-defined properties. You can refer to all these parameters by using placeholders in your CSS, JavaScript, ASP, and other scripts.

You can refer to the value of a system-defined or user-defined property by using the exact name of this property:

${property name}

For example:

${StartPage} or ${MyOwnProperty}

You can refer to the value of a publication parameter by using one of the following placeholders:

${LogLevel}

 

See Also

The Publication Configuration Window

Publication Attributes

System-Defined Publication Properties

User-Defined Publication Properties