Home > Contents > Index >
ICS.GETPROPERTY
Gets a property value from the loaded Sites property files.
Syntax
<ICS.GETPROPERTY NAME="PropertyName" [FILE="Some Property File Name"] [OUTPUT="Some Output"] <ICS.GETPROPERTY/>Parameters
NAME (required)
- The name of the property to retrieve.
FILE (optional)
- A semicolon-separated list of property file names.
OUTPUT (optional)
- Specifies an optional output variable. If this parameter is not specified, the
- output is streamed to the browser.
Description
Retrieves a property value from the loaded or specified Sites Property file. The property may then be used in conjunction with other Sites XML tags. This tag will not decrypt the value of password properties.
Error Numbers
There are no possible
errno
for this tag.Example
The following example displays the value of a property from an alternative property file.
<ICS.GETPROPERTY NAME="myproperty" FILE="myfile.ini"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.