Click or drag to resize

ContentRestrictionProfiles Property

Gets or sets the collection of profiles that are subject of this restriction.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ContentRestrictionDataCollection Profiles { get; set; }

Property Value

Type: ContentRestrictionDataCollection
Remarks
Changing the profiles collection won't make any effect if PresetID is set meaning that the existing preset is used instead of specifying profiles explicitly.
See Also