Table of Contents

Class SystemRoleManager

Namespace
Dynamicweb.Security.Permissions
Assembly
Dynamicweb.Security.dll
public class SystemRoleManager
Inheritance
SystemRoleManager
Inherited Members

Methods

GetAvailableServerRoles()

Gets all server roles available in the solution.
public static IEnumerable<SystemRole> GetAvailableServerRoles()

Returns

IEnumerable<SystemRole>
A collection of the Group.

GetServerRoleIcon()

public static KnownIcon GetServerRoleIcon()

Returns

KnownIcon

GetSystemRoleNodeName()

public static string GetSystemRoleNodeName()

Returns

string

SetupServerRoles()

Enables or disables the server roles (considering new permissions model is in use).
public static void SetupServerRoles()
To top