Click or drag to resize

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

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public 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

Implements

IPermissionServiceGetPermissionForUser(PermissionObjectType, Int32, Int32, String, PagePermissionLevels)
See Also