This tag obtains information about deployed projects and stores that information in a result object named by the var attribute. That result object has properties so other tags can access project information.

Attributes

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

Attribute

Description

Required?

var

Names the result object to contain project information.

yes

target

The target site associated with the version of the project about which you want information. If no target is specified, deployed projects for all targets are located.

no

index

The number that designates where, in the context of the accessed projects, the list of returned projects should begin. The default value is 0.

no

count

The number of projects to save to the result object.

no

totalCountVar

Names a secondary result object that holds the total number of deployed projects in the database located by this tag. A subset of the total can be saved to the result object.

no

Result Object Properties

The following properties are defined for the var-named result object produced by the pws:getDeployedProjects tag:

Property

Description

count

Contains the number of deployed projects saved to the result object.

projects

Contains the IDs for the deployed projects.

totalCount

Contains the total number of deployed projects located by the pws:getDeployedProjects, a subset of which can be saved to result object.