| ContentRestrictionCollection Constructor (IEnumerableContentRestriction, Boolean) |
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> currentCollection,
bool makeCopies
)
Public Sub New (
currentCollection As IEnumerable(Of ContentRestriction),
makeCopies As Boolean
)
Parameters
- currentCollection
- Type: System.Collections.GenericIEnumerableContentRestriction
Initial collection contents. - makeCopies
- Type: SystemBoolean
Value indicating whether to make copies of objects rather than adding them as references.
See Also