| ProfileManagerIsRestrictedContent Method (Page) |
Determines whether access for the current visitor is restricted to the given page according to visitor's primary profile.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static bool IsRestrictedContent(
Page page
)
Public Shared Function IsRestrictedContent (
page As Page
) As Boolean
Parameters
- page
- Type: Dynamicweb.ContentPage
Target page.
Return Value
Type:
BooleanValue indicating whether access is restricted.
See Also