Click or drag to resize

ContentRestrictionPreset Methods

The ContentRestrictionPreset type exposes the following members.

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