| ProfileManagerIsPersonalizedContent Method (String, String, 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(
string itemID,
string itemType,
ProfileCollection profiles
)
Public Shared Function IsPersonalizedContent (
itemID As String,
itemType As String,
profiles As ProfileCollection
) As Boolean
Parameters
- itemID
- Type: SystemString
Content item ID. - itemType
- Type: SystemString
Content item type. - profiles
- Type: Dynamicweb.Analytics.ProfilesProfileCollection
Target profiles.
Return Value
Type:
BooleanValue indicating whether content is personalized.
See Also