Interface IActivityLogFilter
- Namespace
- CMS.Activities
- Assembly
- CMS.Activities.dll
Can filter out logging of activities, logged through IActivityLogService.
public interface IActivityLogFilter
- Extension Methods
Methods
IsDenied()
Checks whether activity should be logged.
bool IsDenied()
Returns
- bool
Returns
true
if activity should not be logged, otherwise false.