Click or drag to resize

ResourceGetResourceByID Method

Returns resource with the given row ID.

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

Parameters

id
Type: SystemInt32
An ID of the page visit.

Return Value

Type: Resource
Resource with the given row ID.
Remarks