Previous Topic: GetVersionChooser Method

Next Topic: GetViewList Method


GetStateList Method

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

Syntax

object.GetStateList()

Owning Class

CaWContext

Arguments

None

Return Value

Returns a CaWContainer object, null if error.

Notes

List attributes are stored with the following hash keys:

Example

Dim objContainer
Set objContainer = objContext.GetStateList()
If objContainer Is Nothing Then
msgbox “Can't get state list.”, vbOKonly + vbExclamation, “GetStateList”
End If

More information: