Click or drag to resize
AnalyticsMethodsLogVisitor Method (SiteNameOnDemand)

Note: This API is now obsolete.

Logs the site visitor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method LogVisitor(string) instead.")]
public static void LogVisitor(
	SiteNameOnDemand siteName
)

Parameters

siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name
See Also