Click or drag to resize
IActivityUrlHashService Interface
Provides hash computation for activity URLs.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface IActivityUrlHashService

The IActivityUrlHashService type exposes the following members.

Methods
  NameDescription
Public methodGetActivityUrlHash
Computes a hash for the specified activity URL.
Top
See Also