Previous Topic: SetLogName Method

Next Topic: CaWInteractiveMerge


GetStateList Method

Retrieves a CaWContainer object that contains the attributes for each CA Harvest SCM State in the CA Harvest SCM Project specified by the lngProjectId argument.

Syntax

object.GetStateList(lngProjectId)

Owning Class

CaWHarvest

Arguments

lngProjectId - A long represents the project object ID of the desired project that contains this statelist.

Return Value

A CaWContainer object, null object if error.

Notes

List attributes are stored with the following hash keys:

Example

Dim objStateList
objStateList = sobjHarvest.GetStateList()

More information: