Click or drag to resize
IActivityLogFilter Interface
Can filter out logging of activities, logged through IActivityLogService.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
public interface IActivityLogFilter

The IActivityLogFilter type exposes the following members.

Methods
  NameDescription
Public methodIsDenied
Checks whether activity should be logged.
Top
See Also