Click or drag to resize
EventLogProviderGetEvents Method

Note: This API is now obsolete.

Returns the query for all events.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEventLogInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EventLogInfo.Provider.")]
public static ObjectQuery<EventLogInfo> GetEvents()

Return Value

Type: ObjectQueryEventLogInfo
See Also