Click or drag to resize

ProfileManagerIsRestrictedContent Method (Paragraph, Visit)

Determines whether access for the given visitor is restricted to the given paragraph 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(
	Paragraph paragraph,
	Visit visitor
)

Parameters

paragraph
Type: Dynamicweb.ContentParagraph
Target paragraph.
visitor
Type: Dynamicweb.AnalyticsVisit
Target visitor.

Return Value

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