Click or drag to resize

InternalServiceCalculateEffectivePermissions Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public int[] CalculateEffectivePermissions(
	Guid objectId,
	ObjectInRole[] membership,
	out int[] restrictedOperations
)

Parameters

objectId
Type: SystemGuid
membership
Type: FileHold.UserRoleManagerObjectInRole
restrictedOperations
Type: SystemInt32

Return Value

Type: Int32
See Also