Previous Topic: GetProductInfo Method

Next Topic: GetUserList Method


GetProjectList Method

Retrieve a CaWContainer object that contains the attributes for each CA Harvest SCM Project in the list.

Syntax

object.GetProjectList()

Owning Class

CaWHarvest

Arguments

None

Return Value

A CaWContainer object, null object if error.

Notes

List attributes are stored with the following hash keys:

Example

Dim objProjectList
objProjectList = sobjHarvest.GetProjectList()

More information: