IActivityUrlHashServiceGetActivityUrlHash Method |
Computes a hash for the specified activity URL.
Namespace: CMS.WebAnalytics.InternalAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax long GetActivityUrlHash(
string activityUrl
)
Parameters
- activityUrl
- Type: SystemString
Activity URL to compute hash for.
Return Value
Type:
Int64Hash corresponding to
activityUrl.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when activityUrl is null. |
See Also