Click or drag to resize

PageResourceGetVisitByID Method

Returns page resource with the given row ID.

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static PageResource GetVisitByID(
	int id
)

Parameters

id
Type: SystemInt32
An ID of the page visit.

Return Value

Type: PageResource
Page visit with the given row ID.
Remarks