Previous Topic: GetStateList Method

Next Topic: GetProcessList Method


GetViewList Method

Retrieves a CaContainer object that contains the attributes for each CA Harvest SCM View in the list.

Syntax

object.GetViewList()

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.GetViewList()
If objContainer Is Nothing Then
msgbox “Can't get view list.”, vbOKonly + vbExclamation, “GetViewList”
End If

More information: