InternalServiceCalculateEffectivePermissions Method

Definition

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

Parameters

objectId  Guid
 
membership  ObjectInRole
 
restrictedOperations  Int32
 

Return Value

Int32

See Also