View Source
Class UserGroupEventAuthorizer
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UserGroupEventAuthorizer : EventSourcePolicyAuthorizer
Constructors
View Source
UserGroupEventAuthorizer(IAuthorizationService)
Declaration
public UserGroupEventAuthorizer(IAuthorizationService authorizationService)
Parameters
Type |
Name |
Description |
IAuthorizationService |
authorizationService |
|
Properties
View Source
AuthorizableEventSources
Declaration
public override IEnumerable<string> AuthorizableEventSources { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
View Source
Policy
Declaration
protected override string Policy { get; }
Property Value
Type |
Description |
System.String |
|