Click or drag to resize

ResourceGetResourcesBySessionID Method

Returns a list of web-site resources for the given session.

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ResourceCollection GetResourcesBySessionID(
	string sessionID
)

Parameters

sessionID
Type: SystemString
An ID of the session.

Return Value

Type: ResourceCollection
A list of resource for the given session.
Remarks