Home > Contents > Index >
ASSET.STREAM
Streams the value of a field from an object.
Syntax
<ASSET.STREAM NAME="asset instance object" FIELD="field name" [RESOLVE="true|false"] />Parameters
NAME (required)
- Name of the asset instance object.
FIELD (required)
- Field to get.
RESOLVE (optional)
- If
true
, resolves Sites variable names. The default value istrue
.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded into memory).Example
<ASSET.LOAD NAME="anAsset" TYPE="Variables.assettype" OBJECTID="Variables.assetid"/> <if COND="IsError.Variables.errno=false"> <then> <ASSET.STREAM NAME="anAsset" FIELD="description" RESOLVE="false"/> </then> </if>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.