ProfileManagerIsRestrictedContent Method |
Name | Description | |
---|---|---|
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.
|