| AbuseReportInfoProviderGetAbuseReports Method (String, String, Int32, String) | 
            Returns Dataset with AbuseReportInfo.
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataSet GetAbuseReports(
	string where,
	string orderBy,
	int topN,
	string columns
)
Parameters
- where
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 Order by expression
- topN
- Type: SystemInt32
 Restricts maximum number of rows, for all rows use 0
- columns
- Type: SystemString
 Select only specified columns
Return Value
Type: 
DataSet See Also
See Also