Home > Contents > Index > 
ASSETSET.SETASSET
Builds an asset set from a single asset.
Syntax
<ASSETSET.SETASSET NAME="assetsetname"
TYPE="assettype"
ID="assetid" [LOCALE="localeobject"] [DEPTYPE="exact|exists|none"] />Parameters
NAME (required)- Input and output parameter. As input, name of the assetset object that holds the specified values on output.
 
TYPE (required)- Input parameter. Internal asset name.
 
ID (required)- Input parameter. Asset identifier.
 
LOCALE (optional)- Input parameter. Name of a locale object, which determines sort order.
 
DEPTYPE (optional)- Specifies whether approval dependency is
 exact,existsorgreater.
Legal values are:
exact--Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.exists--Specifies that any version of the asset satisfies the dependency condition.none(default)--Specifies no approval dependency.Example
<!-- Get attributes for the specified product. --> <ASSETSET.SETASSET TYPE="Products" NAME="myasset" ID="Variables.additem"/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.