This tag accesses, from the default VersionManager, a list of asset types that are defined to work in an iterative, publishing environment. The list can be made up of asset types that are RepositoryItems, virtual files or a combination of the two. The asset types located by this tag are stored as a list in a result object that is named by the var attribute and accessible to other tags.

Attribute

The following attribute is defined for the pws:getVersionedAssetTypes tag:

Attribute

Description

Required?

var

Names the result object to contain an array of asset types, one for each repository or virtual file system.

yes

Result Object Properties

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

Property

Description

componentPath

Contains the Nucleus path to the asset type component.

repositoryName

Contains the name of the Repository to which the asset type is a part.

types

Contains an array of asset type names.

repository

Contains the Boolean value that indicates whether the asset type is a repository that has types that are RepositoryItems (true).

fileSystem

Contains the Boolean value that indicates whether the asset type is a virtual file system that has types that are virtual files (true).