Class CmsPolicyOptions
Option that specifies how CMS policies should be configured
Inheritance
Namespace: EPiServer.Authorization
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class CmsPolicyOptions : Object
Constructors
CmsPolicyOptions()
Declaration
public CmsPolicyOptions()
Properties
AdminRoles
Specifies which roles should be added to policy Cms
Declaration
public IList<string> AdminRoles { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Default values are Cms
DefaultShellModuleRoles
Specifies which roles should be added to policy Default
Declaration
public IList<string> DefaultShellModuleRoles { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Default values are Cms
EditRoles
Specifies which roles should be added to policy Cms
Declaration
public IList<string> EditRoles { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Default values are Cms
PreviewRoles
Specifies which roles should be added to policy Preview
Declaration
public IList<string> PreviewRoles { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
In addition to this policy must user be granted access to the content item.
Default values are Cms
VisitorGroupAdminRoles
Specifies which roles should be added to policy Visitor
Declaration
public IList<string> VisitorGroupAdminRoles { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Default values are Visitor