| 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
)
Public Shared Function GetVisitsBySessionID (
sessionID As String
) As IEnumerable(Of PageResource)
Parameters
- sessionID
- Type: SystemString
An ID of the session.
Return Value
Type:
IEnumerablePageResourceA list of page visits for the given session.
Remarks See Also