Click or drag to resize
IActivityLogValidator Interface
Provides method for validating the IActivityInfo and determining, whether the IActivityInfo is valid to be logged or not. Validator can be register as global validator for all activities being logged and it is used in Log(IActivityInitializer, HttpRequestBase, Boolean) or LogWithoutModifiersAndFilters(IActivityInitializer).

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

The IActivityLogValidator type exposes the following members.

Methods
  NameDescription
Public methodIsValid
Determines whether the given activity is valid or not, e.g. checks consistency of activity properties.
Top
See Also