Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MappedRolesOptions

Options for mapped roles,

Inheritance
System.Object
MappedRolesOptions
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class MappedRolesOptions : Object

Constructors

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>

Extension Methods