| ProfileManagerIsPersonalizedContent Method (ContentItem) |
Determines whether the given content is personalized for the current visitor.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static bool IsPersonalizedContent(
ContentItem item
)
Public Shared Function IsPersonalizedContent (
item As ContentItem
) As Boolean
Parameters
- item
- Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Content item.
Return Value
Type:
BooleanValue indicating whether content is personalized.
See Also