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

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

Parameters

sessionIdentificator
Type: SystemString
Exit page session identificator.

Return Value

Type: ExitPageInfo
See Also