Click or drag to resize
EventLogProviderGetEvents Method
Returns the query for all events.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<EventLogInfo> GetEvents()

Return Value

Type: ObjectQueryEventLogInfo
See Also