| 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
)
Public Shared Function GetVisitByID (
id As Integer
) As PageResource
Parameters
- id
- Type: SystemInt32
An ID of the page visit.
Return Value
Type:
PageResourcePage visit with the given row ID.
Remarks See Also