Click or drag to resize

ParagraphSegmentSelectionCollection Constructor (IEnumerableParagraphSegmentSelection)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ParagraphSegmentSelectionCollection(
	IEnumerable<ParagraphSegmentSelection> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableParagraphSegmentSelection
List of paragraph segment selections to initialize the current collection with.
Remarks