Click or drag to resize

IPermissionServiceTGetPermissionForGroup Method (Int32, T, PagePermissionLevels, Boolean)

Namespace:  Dynamicweb.Security
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
PagePermissionAccess GetPermissionForGroup(
	int groupId,
	T permissionObject,
	PagePermissionLevels level,
	bool includeEveryone
)

Parameters

groupId
Type: SystemInt32
permissionObject
Type: T
level
Type: Dynamicweb.Security.UserManagementPagePermissionLevels
includeEveryone
Type: SystemBoolean

Return Value

Type: PagePermissionAccess
See Also