Click or drag to resize

ProfileManagerIsRestrictedContent Method (String, String, ProfileCollection)

Determines whether access for any of the given visitor profiles 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,
	ProfileCollection profiles
)

Parameters

itemID
Type: SystemString
Content item ID.
itemType
Type: SystemString
Content item type.
profiles
Type: Dynamicweb.Analytics.ProfilesProfileCollection
Target profiles.

Return Value

Type: Boolean
Value indicating whether access is restricted.
See Also