ProfileManager Methods |
The ProfileManager type exposes the following members.
Name | Description | |
---|---|---|
ApplyDynamics(ContentItem, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(Page, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given page.
| |
ApplyDynamics(Paragraph, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given paragraph.
| |
ApplyDynamics(String, String, ProfileEstimate) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(ContentItem, ProfileEstimate, ProfileDynamicsApplyMode) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(ContentItem, ProfileEstimate, ProfileDynamicsCacheAccumulateMode) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(String, String, ProfileEstimate, ProfileDynamicsApplyMode) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(String, String, ProfileEstimate, ProfileDynamicsCacheAccumulateMode) |
Applies profile dynamics settings to the given profile based on the given content.
| |
ApplyDynamics(String, String, ProfileEstimate, ProfileDynamicsApplyMode, ProfileDynamicsCacheAccumulateMode) |
Applies profile dynamics settings to the given profile based on the given content.
| |
CopyDynamics(ContentItem, ContentItem) |
Copies the given profile dynamics and returns a reference to a new one. The new profile dynamics object is saved right after the copying.
| |
CopyDynamics(ContentItem, String) |
Copies the given profile dynamics and returns a reference to a new one. The new profile dynamics object is saved right after the copying.
| |
CopyDynamics(String, String, String) |
Copies the given profile dynamics and returns a reference to a new one. The new profile dynamics object is saved right after the copying.
| |
CopyRestriction(ContentItem, ContentItem) |
Copies the given content restriction and returns a reference to a new one. The new content restriction object is saved right after the copying.
| |
CopyRestriction(ContentItem, String) |
Copies the given content restriction and returns a reference to a new one. The new content restriction object is saved right after the copying.
| |
CopyRestriction(String, String, String) |
Copies the given content restriction and returns a reference to a new one. The new content restriction object is saved right after the copying.
| |
CopySettings(ContentItem, ContentItem) |
Copies profile-related settings of a given item to another item.
| |
CopySettings(ContentItem, String) |
Copies profile-related settings of a given item to another item.
| |
CopySettings(String, String, String) |
Copies profile-related settings of a given item to another item.
| |
CreateSpecificRule |
Creates an instance of the specified recognition rule.
| |
Estimate(VisitContext) |
Performs a profile estimation based on a given visit context.
| |
Estimate(VisitContext, Profile) |
Performs a profile estimation based on a given visit context and the given profile.
| |
GetRuleInfo |
Returns an information about specific recognition rule.
| |
GetRules |
Returns a list of all available recognition rules.
| |
IsPersonalizedContent(ContentItem) |
Determines whether the given content is personalized for the current visitor.
| |
IsPersonalizedContent(Page) |
Determines whether the given page is personalized according to current visitor's primary profile.
| |
IsPersonalizedContent(Paragraph) |
Determines whether the given paragraph is personalized according to current visitor's primary profile.
| |
IsPersonalizedContent(String, String) |
Determines whether the given content is personalized for the current visitor.
| |
IsPersonalizedContent(ContentItem, Profile) |
Determines whether the given content is personalized for a given profile.
| |
IsPersonalizedContent(ContentItem, ProfileCollection) |
Determines whether the given content is personalized for any of the given visitor profiles.
| |
IsPersonalizedContent(ContentItem, Visit) |
Determines whether the given content is personalized for the given visitor.
| |
IsPersonalizedContent(Page, Visit) |
Determines whether the given page is personalized according to given visitor's primary profile.
| |
IsPersonalizedContent(Paragraph, Visit) |
Determines whether the given paragraph is personalized according to given visitor's primary profile.
| |
IsPersonalizedContent(String, String, ProfileCollection) |
Determines whether the given content is personalized for any of the given visitor profiles.
| |
IsPersonalizedContent(String, String, Visit) |
Determines whether the given content is personalized for the given visitor.
| |
IsPersonalizedContent(String, String, Profile, Boolean) |
Determines whether the given content is personalized for a given profile.
| |
IsRestrictedContent(ContentItem) |
Determines whether access for the current visitor is restricted to the given content.
| |
IsRestrictedContent(Page) |
Determines whether access for the current visitor is restricted to the given page according to visitor's primary profile.
| |
IsRestrictedContent(Paragraph) |
Determines whether access for the current visitor is restricted to the given paragraph according to visitor's primary profile.
| |
IsRestrictedContent(String, String) |
Determines whether access for the current visitor is restricted to the given content.
| |
IsRestrictedContent(ContentItem, Profile) |
Determines whether access for any of the given visitor profile is restricted to the given content.
| |
IsRestrictedContent(ContentItem, ProfileCollection) |
Determines whether access for any of the given visitor profiles is restricted to the given content.
| |
IsRestrictedContent(ContentItem, Visit) |
Determines whether access for the given visitor is restricted to the given content.
| |
IsRestrictedContent(Page, Visit) |
Determines whether access for the given visitor is restricted to the given page according to visitor's primary profile.
| |
IsRestrictedContent(Paragraph, Visit) |
Determines whether access for the given visitor is restricted to the given paragraph according to visitor's primary profile.
| |
IsRestrictedContent(String, String, Profile) |
Determines whether access for any of the given visitor profile is restricted to the given content.
| |
IsRestrictedContent(String, String, ProfileCollection) |
Determines whether access for any of the given visitor profiles is restricted to the given content.
| |
IsRestrictedContent(String, String, Visit) |
Determines whether access for the given visitor is restricted to the given content.
| |
ReorderAccordingToProfileT(IListT, FuncT, String) |
Reorders the given collection of items according to the current visitor's primary profile.
| |
ReorderAccordingToProfileT(IListT, FuncT, String, Profile) |
Reorders the given collection of items according to the given visitor profile.
| |
ReorderAccordingToProfileT(IListT, String, FuncT, String) |
Reorders the given collection of items according to the current visitor's primary profile.
| |
ReorderAccordingToProfileT(IListT, String, FuncT, String, Profile) |
Reorders the given collection of items according to the given visitor profile.
| |
ReorderAccordingToProfileT(IListT, String, FuncT, String, Visit) |
Reorders the given collection of items according to the current visitor's primary profile.
| |
Reset |
Clears all cached data.
|