Click or drag to resize

ProfileManagerIsPersonalizedContent Method (ContentItem, Profile)

Determines whether the given content is personalized for a given profile.

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

Parameters

item
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Content item.
profile
Type: Dynamicweb.Analytics.ProfilesProfile
Target profile.

Return Value

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