Click or drag to resize

ParagraphPermissionServiceGetPermissionForGroup Method (Group, Paragraph, PagePermissionLevels, Boolean)

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public PagePermissionAccess GetPermissionForGroup(
	Group group,
	Paragraph paragraph,
	PagePermissionLevels level,
	bool includeEveryone
)

Parameters

group
Type: Dynamicweb.Security.UserManagementGroup
paragraph
Type: Dynamicweb.ContentParagraph
level
Type: Dynamicweb.Security.UserManagementPagePermissionLevels
includeEveryone
Type: SystemBoolean

Return Value

Type: PagePermissionAccess
See Also