Click or drag to resize

ProfileEstimateCollection Class

Represents a collection of profile estimates.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListProfileEstimate
    Dynamicweb.Analytics.ProfilesProfileEstimateCollection

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ProfileEstimateCollection : List<ProfileEstimate>

The ProfileEstimateCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodFind
Searchs for the profile estimate that is associated with the given profile.
Top
See Also