Click or drag to resize
VisitorStatusCodeToEnum Method
Returns the enumeration representation of the Visitor status.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static VisitorStatusEnum ToEnum(
	int code
)

Parameters

code
Type: SystemInt32
Status code

Return Value

Type: VisitorStatusEnum
See Also