Click or drag to resize
IActivityUrlHashServiceGetActivityUrlHash Method
Computes has for the activity URL

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

Parameters

activityUrl
Type: SystemString
Activity URL

Return Value

Type: Int64
Computed hash
See Also