Click or drag to resize
AbuseReportInfoProvider.GetAbuseReports Method (String, String, Int32, String)
Returns Dataset with AbuseReportInfo.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetAbuseReports(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by expression
topN
Type: System.Int32
Restricts maximum number of rows, for all rows use 0
columns
Type: System.String
Select only specified columns

Return Value

Type: DataSet
See Also