Click or drag to resize
PageVisitInfoProviderGetPageVisitInfoInternal Method (String)
Returns page visit with specified name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
protected virtual PageVisitInfo GetPageVisitInfoInternal(
	string visitName
)

Parameters

visitName
Type: SystemString
Page visit name

Return Value

Type: PageVisitInfo
See Also