| ViewGetViewById Method |
Gets the view by id.
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static View GetViewById(
int id
)
Public Shared Function GetViewById (
id As Integer
) As View
Parameters
- id
- Type: SystemInt32
The id.
Return Value
Type:
ViewSee Also