Returns the previous and next events of the given event in the order specified by ORDER BY parameter matching the WHERE criteria.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- eventId
- Type: System Int32
ID of the event relative to which the previous and next events are returned
- where
- Type: System String
Where condition
- orderBy
- Type: System String
Order by columns
Return Value
Type: Int32See Also