Click or drag to resize

ContentRestrictionPreset Class

Represents a content restriction preset.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.IntegrationContentRestrictionPreset

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ContentRestrictionPreset

The ContentRestrictionPreset type exposes the following members.

Constructors
  NameDescription
Public methodContentRestrictionPreset
Initializes a new instance of an object.
Public methodContentRestrictionPreset(ContentRestrictionPreset)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyApplyMode
Gets or sets the apply mode.
Public propertyEvaluationType
Gets or sets the evaluation type.
Public propertyID
Gets the unique identifier of this preset.
Public propertyItemType
Gets or sets the item type.
Public propertyName
Gets or sets the name of the preset.
Public propertyProfiles
Gets or sets the collection of profiles that are subject of this restriction.
Top
Methods
  NameDescription
Public methodStatic memberClearCache
Clears cache.
Public methodContainsProfile(String)
Determines whether the given visitor profile is in scope of this preset.
Public methodContainsProfile(Profile)
Determines whether the given visitor profile is in scope of this preset.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodDelete
Deletes the current preset.
Public methodStatic memberDeletePresetByID
Deletes the given preset.
Public methodStatic memberDeletePresets
Deletes all current presets.
Public methodStatic memberDeletePresetsByProfile(String)
Deletes all restriction presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(ContentRestrictionData)
Deletes all restriction presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(Profile)
Deletes all restriction presets that references the given profile.
Public methodStatic memberDeletePresetsByType
Deletes all presets with the given item type.
Public methodStatic memberGetPresetByID
Returns existing preset by its ID.
Public methodStatic memberGetPresets
Returns a list of all presets.
Public methodStatic memberGetPresetsByType
Returns a collection of all presets with the given item type.
Public methodSave
Saves the current preset.
Top
See Also