Retrieves a CaContainer object that contains the attributes for each CA Harvest SCM View in the list.
object.GetViewList()
CaWContext
None
Returns a CaWContainer object, null if error.
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:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|