Click or drag to resize

ContentRestrictionCollection Constructor (IEnumerableContentRestriction)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ContentRestrictionCollection(
	IEnumerable<ContentRestriction> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableContentRestriction
Initial collection contents.
See Also