Class DictionaryPermissionResource
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Security.Authorization
Assembly: Umbraco.Core.dll
Syntax
public class DictionaryPermissionResource : IPermissionResource
Constructors
View SourceDictionaryPermissionResource(IEnumerable<String>)
Declaration
public DictionaryPermissionResource(IEnumerable<string> cultures)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<System.String> | cultures |
Properties
View SourceCulturesToCheck
All the cultures need to be accessible when evaluating
Declaration
public ISet<string> CulturesToCheck { get; }
Property Value
| Type | Description |
|---|---|
| ISet<System.String> |