Gets all events that start after today, ordered by the event start date
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static CEvent[] GetAllFutureEvents( IiMISUser user ) |
| Visual Basic |
|---|
Public Shared Function GetAllFutureEvents ( _ user As IiMISUser _ ) As CEvent() |
| Visual C++ |
|---|
public: static array<CEvent^>^ GetAllFutureEvents( IiMISUser^ user ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.