JAMS 6.x Help
Find Method (AlertReq)


Gets the collection of Alerts of a given JAMS Object.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal alertType As AlertType, _
   ByVal ID As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of AlertReq)
'Usage
 
Dim alertType As AlertType
Dim ID As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of AlertReq)
 
value = AlertReq.Find(alertType, ID, js)
public static System.Collections.Generic.ICollection<AlertReq> Find( 
   AlertType alertType,
   System.int ID,
   Server js
)

Parameters

alertType
ID
js
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AlertReq Class
AlertReq Members

Send Feedback