Click or drag to resize

ProfileManagerIsRestrictedContent Method (ContentItem, Visit)

Determines whether access for the given visitor 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(
	ContentItem item,
	Visit visitor
)

Parameters

item
Type: Dynamicweb.Analytics.Profiles.IntegrationContentItem
Content item.
visitor
Type: Dynamicweb.AnalyticsVisit
Target visitor.

Return Value

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