GetAlertList Method
Description
Gets a list of all alerts associated with the object.
Syntax
Visual Basic
Public Function GetAlertList( _
   Optional ByVal NeedRefresh As Boolean = False _
) As List
Parameters
NeedRefresh
Pass True to refresh cache data from server.
Remarks

If NeedRefresh is "True", returns the list of IAlert references from the server. If "False", takes the data from the client cache.

See Also