| ProfileManagerIsPersonalizedContent Method (String, String, Profile, Boolean) |
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(
string itemID,
string itemType,
Profile profile,
bool inheritParentPage = true
)
Public Shared Function IsPersonalizedContent (
itemID As String,
itemType As String,
profile As Profile,
Optional inheritParentPage As Boolean = true
) As Boolean
Parameters
- itemID
- Type: SystemString
Content item ID. - itemType
- Type: SystemString
Content item type. - profile
- Type: Dynamicweb.Analytics.ProfilesProfile
Target profile. - inheritParentPage (Optional)
- Type: SystemBoolean
optional parameter, determines whether the given content should be inherited from parent page profile.
Return Value
Type:
BooleanValue indicating whether content is personalized.
See Also