Click or drag to resize

ViewPageCollection Class

A collection of views stored in the session for a visitor. The key is the page ID.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionView
    System.Collections.ObjectModelKeyedCollectionInt32, View
      Dynamicweb.Analytics.ExperimentsViewPageCollection

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ViewPageCollection : KeyedCollection<int, View>

The ViewPageCollection type exposes the following members.

Constructors
  NameDescription
Public methodViewPageCollection
Initializes a new instance of the ViewPageCollection class
Top
Methods
See Also