SecurityUtil.getRolePermissions(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a container of securable objects and their effective access.
public:
static cli::array <System::Object ^> ^ getRolePermissions(long _roleID);
public static object[] getRolePermissions (long _roleID);
static member getRolePermissions : int64 -> obj[]
Public Shared Function getRolePermissions (_roleID As Long) As Object()
Parameters
- _roleID
- Int64
The role ID.
Returns
Object[]
A container of securable objects and their effective access.