Click or drag to resize
AbuseReportInfoProviderGetAbuseReportInfo Method
Returns the AbuseReportInfo structure for the specified abuseReport.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public static AbuseReportInfo GetAbuseReportInfo(
	int abuseReportId
)

Parameters

abuseReportId
Type: SystemInt32
AbuseReport id

Return Value

Type: AbuseReportInfo
See Also