Click or drag to resize
IActivityLogServiceRegisterValidator Method
Registers global activity validator. Validators are used to check whether the processed IActivityInfo is valid and can be logged. Validators are global, therefore they are shared across all instances of the service.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
void RegisterValidator(
	IActivityLogValidator activityLogValidator
)

Parameters

activityLogValidator
Type: CMS.ActivitiesIActivityLogValidator
Activity log validator to be registered
See Also