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