This tag locates an asset using the URI you specify. After the tag is executed, the resultant asset is stored in a result object named by the var attribute. The result object has properties that other tags can access.

Attributes

The following attributes are defined for the pws:getAsset tag:

Attribute

Description

Required?

var

Names the result object to contain the asset.

yes

uri

The URI that identifies the asset’s location.

yes

workspaceName

The name of the workspace associated with the working version of the asset.

no

Result Object Properties

The following properties are defined for the result object produced by the pws:getAsset tag:

Property

Description

asset

Contains the asset.

workingVersion

Identifies the working version of the asset, if you specified the workspaceName attribute.

 
loading table of contents...