Click or drag to resize

PageResourceGetVisitsBySessionID Method

Returns a list of page resources for the given session.

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<PageResource> GetVisitsBySessionID(
	string sessionID
)

Parameters

sessionID
Type: SystemString
An ID of the session.

Return Value

Type: IEnumerablePageResource
A list of page visits for the given session.
Remarks