Click or drag to resize
IActivityLogServiceRegisterFilter Method
Registers global filter which decide if activity should not be logged or otherwise. Filters are called before IActivityInfo is created. Activity is not logged if at least one filter denies activity. Filters are global, thus 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 RegisterFilter(
	IActivityLogFilter filter
)

Parameters

filter
Type: CMS.ActivitiesIActivityLogFilter
Activity filter.
See Also