Gets all events of the given type, ordered by the event start date

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static CEvent[] GetAllEventsByType(
	IiMISUser user,
	string eventType
)
Visual Basic (Declaration)
Public Shared Function GetAllEventsByType ( _
	user As IiMISUser, _
	eventType As String _
) As CEvent()
Visual C++
public:
static array<CEvent^>^ GetAllEventsByType(
	IiMISUser^ user, 
	String^ eventType
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
eventType
Type: System..::.String
The desired event type on which to search.

Return Value

An array of CEvent objects.

See Also