Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
The id.

Return Value

Type: View
See Also