Click or drag to resize

ProfileManagerIsPersonalizedContent Method (ContentItem, ProfileCollection)

Determines whether the given content is personalized for any of the given visitor profiles.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static bool IsPersonalizedContent(
	ContentItem item,
	ProfileCollection profiles
)

Parameters

item
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Content item.
profiles
Type: Dynamicweb.Analytics.ProfilesProfileCollection
Target profiles.

Return Value

Type: Boolean
Value indicating whether content is personalized.
See Also