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 Content Server variable names. The default value istrue
.
errno
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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.