Click or drag to resize
ExitPageInfoProvider.GetExitPageInfo Method
Returns ExitPageInfo with specified session identificator.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
public static ExitPageInfo GetExitPageInfo(
	string sessionIdentificator
)

Parameters

sessionIdentificator
Type: System.String
Exit page session identificator.

Return Value

Type: ExitPageInfo
See Also