Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.WebAnalytics Namespaces
CMS.WebAnalytics.Internal
IActivityUrlHashService Interface
IActivityUrlHashService Methods
GetActivityUrlHash Method
IActivityUrlHashService
GetActivityUrlHash Method
Computes a hash for the specified activity URL.
Namespace:
CMS.WebAnalytics.Internal
Assembly:
CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
Copy
long
GetActivityUrlHash
(
string
activityUrl
)
Parameters
activityUrl
Type:
System
String
Activity URL to compute hash for.
Return Value
Type:
Int64
Hash corresponding to
activityUrl
.
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
activityUrl
is null.
See Also
Reference
IActivityUrlHashService Interface
CMS.WebAnalytics.Internal Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com