Click or drag to resize

ParagraphPermissionServiceGetPermissionForUser Method (Int32, Int32, Permissions, PagePermissionLevels, Boolean)

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public PagePermissionAccess GetPermissionForUser(
	int userId,
	int paragraphId,
	Permissions permissions,
	PagePermissionLevels level,
	bool includeEveryone
)

Parameters

userId
Type: SystemInt32
paragraphId
Type: SystemInt32
permissions
Type: Dynamicweb.Security.UserManagementPermissions
level
Type: Dynamicweb.Security.UserManagementPagePermissionLevels
includeEveryone
Type: SystemBoolean

Return Value

Type: PagePermissionAccess
See Also