Click or drag to resize

ProfileDynamicsDataCollectionContains Method

Determines whether collection contains the given profile.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool Contains(
	string reference
)

Parameters

reference
Type: SystemString
Profile reference.

Return Value

Type: Boolean
Value indicating whether collection contains the given profile.
See Also