Click or drag to resize

ProfileManagerIsPersonalizedContent Method (String, String, Visit)

Determines whether the given content is personalized for the given visitor.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static bool IsPersonalizedContent(
	string itemID,
	string itemType,
	Visit visitor
)

Parameters

itemID
Type: SystemString
Content item ID.
itemType
Type: SystemString
Content item type.
visitor
Type: Dynamicweb.AnalyticsVisit
Target visitor.

Return Value

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