Click or drag to resize
IActivityUrlHashServiceGetActivityUrlHash Method
Computes a hash for the specified activity URL.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
long GetActivityUrlHash(
	string activityUrl
)

Parameters

activityUrl
Type: SystemString
Activity URL to compute hash for.

Return Value

Type: Int64
Hash corresponding to activityUrl.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when activityUrl is null.
See Also