Click or drag to resize

ProfileManagerIsRestrictedContent Method (Paragraph)

Determines whether access for the current 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
)

Parameters

paragraph
Type: Dynamicweb.ContentParagraph
Target paragraph.

Return Value

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