ContentRestrictionPreset Class |
Namespace: Dynamicweb.Analytics.Profiles.Integration
The ContentRestrictionPreset type exposes the following members.
Name | Description | |
---|---|---|
ContentRestrictionPreset |
Initializes a new instance of an object.
| |
ContentRestrictionPreset(ContentRestrictionPreset) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
ApplyMode |
Gets or sets the apply mode.
| |
EvaluationType |
Gets or sets the evaluation type.
| |
ID |
Gets the unique identifier of this preset.
| |
ItemType |
Gets or sets the item type.
| |
Name |
Gets or sets the name of the preset.
| |
Profiles |
Gets or sets the collection of profiles that are subject of this restriction.
|
Name | Description | |
---|---|---|
ClearCache |
Clears cache.
| |
ContainsProfile(String) |
Determines whether the given visitor profile is in scope of this preset.
| |
ContainsProfile(Profile) |
Determines whether the given visitor profile is in scope of this preset.
| |
CopyTo |
Copies the state of the current object into the given one.
| |
Delete |
Deletes the current preset.
| |
DeletePresetByID |
Deletes the given preset.
| |
DeletePresets |
Deletes all current presets.
| |
DeletePresetsByProfile(String) |
Deletes all restriction presets that references the given profile.
| |
DeletePresetsByProfile(ContentRestrictionData) |
Deletes all restriction presets that references the given profile.
| |
DeletePresetsByProfile(Profile) |
Deletes all restriction presets that references the given profile.
| |
DeletePresetsByType |
Deletes all presets with the given item type.
| |
GetPresetByID |
Returns existing preset by its ID.
| |
GetPresets |
Returns a list of all presets.
| |
GetPresetsByType |
Returns a collection of all presets with the given item type.
| |
Save |
Saves the current preset.
|