Share via


SecurityUtil.getRoleEffectiveAccess(Int64, String, Int32, String) Method

Definition

Retrieves an effective access for role value of securable object.

public:
 static int getRoleEffectiveAccess(long _roleID, System::String ^ _secObjectName, int _secObjectType, System::String ^ _secObjectChildName);
public static int getRoleEffectiveAccess (long _roleID, string _secObjectName, int _secObjectType, string _secObjectChildName);
static member getRoleEffectiveAccess : int64 * string * int * string -> int
Public Shared Function getRoleEffectiveAccess (_roleID As Long, _secObjectName As String, _secObjectType As Integer, _secObjectChildName As String) As Integer

Parameters

_roleID
Int64
_secObjectName
String
_secObjectType
Int32
_secObjectChildName
String

Returns

The effective access value.

Applies to