Click or drag to resize

IPermissionServiceGetPermissionForUser Method (PermissionObjectType, Int32, Int32, String, PagePermissionLevels)

Namespace:  Dynamicweb.Security
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
PagePermissionAccess GetPermissionForUser(
	PermissionObjectType permissionObjectType,
	int userId,
	int permissionObjectId,
	string permissionXml,
	PagePermissionLevels level
)

Parameters

permissionObjectType
Type: Dynamicweb.SecurityPermissionObjectType
userId
Type: SystemInt32
permissionObjectId
Type: SystemInt32
permissionXml
Type: SystemString
level
Type: Dynamicweb.Security.UserManagementPagePermissionLevels

Return Value

Type: PagePermissionAccess
See Also