Previous Topic: GetProjectList Method

Next Topic: SetLogName Method


GetUserList Method

Retrieves a CaWContainer object that contains the attributes for each CA Harvest SCM User in the list.

Syntax

object.GetUserList()

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 objUserList
objUserList = sobjHarvest.GetUserList()

More information: