Click or drag to resize
AnalyticsHelperGetContextStatus Method
Returns current visitor status

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static VisitorStatusEnum GetContextStatus(
	string siteName,
	ref bool idleExpired
)

Parameters

siteName
Type: SystemString
Site name
idleExpired
Type: SystemBoolean
Indicates whether idle expired

Return Value

Type: VisitorStatusEnum
See Also