Click or drag to resize

ContentRestrictionDataCollection Class

Represents a collection of content restriction profiles.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionContentRestrictionData
    Dynamicweb.Analytics.Profiles.IntegrationContentRestrictionDataCollection

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ContentRestrictionDataCollection : Collection<ContentRestrictionData>

The ContentRestrictionDataCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds new profile to the end of the collection.
Public methodContains
Determines whether collection contains the given profile.
Public methodRemove
Removes all occurences of the given profile from the collection.
Top
See Also