Share via


SecurityUtil.refreshRolePermissions(Int64) Method

Definition

Caution

This API has been deprecated. Please use the new security management library to update role permissions at runtime.

Retrieves the effective access of a specified role for a securable object.

public:
 static void refreshRolePermissions(long _roleID);
[System.Obsolete("This API has been deprecated. Please use the new security management library to update role permissions at runtime.")]
public static void refreshRolePermissions (long _roleID);
[<System.Obsolete("This API has been deprecated. Please use the new security management library to update role permissions at runtime.")>]
static member refreshRolePermissions : int64 -> unit
Public Shared Sub refreshRolePermissions (_roleID As Long)

Parameters

_roleID
Int64
Attributes

Applies to