Click or drag to resize

ProfileManagerIsRestrictedContent Method

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