Click or drag to resize

ProfileManagerIsPersonalizedContent Method

Overload List
  NameDescription
Public methodStatic memberIsPersonalizedContent(ContentItem)
Determines whether the given content is personalized for the current visitor.
Public methodStatic memberIsPersonalizedContent(Page)
Determines whether the given page is personalized according to current visitor's primary profile.
Public methodStatic memberIsPersonalizedContent(Paragraph)
Determines whether the given paragraph is personalized according to current visitor's primary profile.
Public methodStatic memberIsPersonalizedContent(String, String)
Determines whether the given content is personalized for the current visitor.
Public methodStatic memberIsPersonalizedContent(ContentItem, Profile)
Determines whether the given content is personalized for a given profile.
Public methodStatic memberIsPersonalizedContent(ContentItem, ProfileCollection)
Determines whether the given content is personalized for any of the given visitor profiles.
Public methodStatic memberIsPersonalizedContent(ContentItem, Visit)
Determines whether the given content is personalized for the given visitor.
Public methodStatic memberIsPersonalizedContent(Page, Visit)
Determines whether the given page is personalized according to given visitor's primary profile.
Public methodStatic memberIsPersonalizedContent(Paragraph, Visit)
Determines whether the given paragraph is personalized according to given visitor's primary profile.
Public methodStatic memberIsPersonalizedContent(String, String, ProfileCollection)
Determines whether the given content is personalized for any of the given visitor profiles.
Public methodStatic memberIsPersonalizedContent(String, String, Visit)
Determines whether the given content is personalized for the given visitor.
Public methodStatic memberIsPersonalizedContent(String, String, Profile, Boolean)
Determines whether the given content is personalized for a given profile.
Top
See Also