Class MappedRolesOptions
Options for mapped roles,
Inheritance
System.Object
    MappedRolesOptions
  Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class MappedRolesOptions : ObjectConstructors
MappedRolesOptions()
Declaration
public MappedRolesOptions()Properties
Items
key is mapped role name the value is list of roles that be mapped to.
Declaration
public IDictionary<string, MappedRoleOptions> Items { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<System.String, MappedRoleOptions> | 
