Click or drag to resize

ProfileCollection Constructor (IEnumerableProfile)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ProfileCollection(
	IEnumerable<Profile> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableProfile
Initial collection contents.
See Also