Click or drag to resize

ProfileCollection Class

Represents a collection of profiles.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListProfile
    Dynamicweb.Analytics.ModelModelCollectionProfile
      Dynamicweb.Analytics.ProfilesProfileCollection

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ProfileCollection : ModelCollection<Profile>

The ProfileCollection type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd
Adds new item to the end of the list.
(Inherited from ModelCollectionT.)
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
(Inherited from ModelCollectionT.)
Public methodFind
Finds item by its ID.
(Inherited from ModelCollectionT.)
Public methodIndexOf
Returns the first occurence of the specified item.
(Inherited from ModelCollectionT.)
Public methodInsert
Inserts an element at the specified position.
(Inherited from ModelCollectionT.)
Public methodInsertRange
Inserts the elements of the specified collection at the specified position.
(Inherited from ModelCollectionT.)
Public methodSortByName
Sorts elements by their names.
(Inherited from ModelCollectionT.)
Top
See Also