| ProfileManagerIsRestrictedContent Method (String, String, Profile) |
Determines whether access for any of the given visitor profile is restricted to the given content.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static bool IsRestrictedContent(
string itemID,
string itemType,
Profile profile
)
Public Shared Function IsRestrictedContent (
itemID As String,
itemType As String,
profile As Profile
) As Boolean
Parameters
- itemID
- Type: SystemString
Content item ID. - itemType
- Type: SystemString
Content item type. - profile
- Type: Dynamicweb.Analytics.ProfilesProfile
Target profile.
Return Value
Type:
BooleanValue indicating whether access is restricted.
See Also