Click or drag to resize

InternalServiceGetLimitedRoles Method

Returns AzMan roles existing in the system limited by specified roles; NOTE : Null returned means that one of the roles used in limitation is a system administration role

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public AzRole[] GetLimitedRoles(
	int[] limitedByRoles
)

Parameters

limitedByRoles
Type: SystemInt32

Return Value

Type: AzRole
See Also