Home > Contents > Index >
CS.Property
Gets the value of a property found in the Sites property file.
Syntax
CS.Property.PROPNAME
Parameter
PROPNAME (required)
- Name of a Sites property.
Example
This example displays the value of the property
keyname
located in the Sites property file.<SETVAR NAME="suffix" VALUE="=keyname"/> <CSVAR NAME="wrong variable assignment: Variables.wrong_variable"/><BR/> <SETVAR NAME="wrong_variable2" VALUE="CS.Property.cc.contentkey=keyname"/> <CSVAR NAME="wrong variable assignment option 2: Variables.wrong_variable2"/><BR/> <SETVAR NAME="correct_variable1" VALUE="key name=CS.Property.cc.contentkey"/> <CSVAR NAME="correct variable assignment option one: Variables.correct_variable1"/><BR/> <SETVAR NAME="prefix" VALUE="key name="/> <SETVAR NAME="correct_variable2" VALUE="Variables.prefixCS.Property.cc.contentkey"/> <CSVAR NAME="correct variable assignment option two: Variables.correct_variable2"/><BR/>The browser displays the following output:
wrong variable assignment option 1: Variables.wrong_variable
wrong variable assignment option 2:
correct variable assignment option one: key name=id
correct variable assignment option two: key name=id
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.