Retrieve a CaWContainer object that contains the attributes for each CA Harvest SCM State in the list.
object.GetStateList()
CaWContext
None
Returns a CaWContainer object, null if error.
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:
| Copyright © 2013 CA. All rights reserved. |
|