Click or drag to resize
EventLogProviderGetAllEvents Method

Note: This API is now obsolete.

Returns all records from the event log which meet specified criteria.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetEvents and modify the query")]
public static DataSet GetAllEvents(
	string where,
	string orderBy,
	int topN = 0,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
OrderBy SQL expression
topN (Optional)
Type: SystemInt32
Specifies number of returned columns
columns (Optional)
Type: SystemString
Columns to return

Return Value

Type: DataSet
See Also