Click or drag to resize
BadWordInfoProvider.ProcessWebFarmTask Method
Runs the processing of specific web farm task for current provider

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
Syntax
C#
public override void ProcessWebFarmTask(
	string actionName,
	string data,
	byte[] binary
)

Parameters

actionName
Type: System.String
Action name
data
Type: System.String
Custom data
binary
Type:System.Byte[]
Binary data
See Also