View Source
Class RelationEventAuthorizer
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class RelationEventAuthorizer : EventSourcePolicyAuthorizer
Constructors
View Source
RelationEventAuthorizer(IAuthorizationService)
Declaration
public RelationEventAuthorizer(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 |
|