View Source
Class SeverEventAuthorizationResult
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class SeverEventAuthorizationResult
Methods
View Source
IEnumerable<>(String, AuthorizedEventSources)
The list of events the user should be authorized to listen to
Declaration
public required IEnumerable<>(string, AuthorizedEventSources)
Parameters
Type |
Name |
Description |
System.String |
|
|
AuthorizedEventSources |
|
|
Returns
Type |
Description |
required |
|
Type Parameters
View Source
IEnumerable<>(String, UnauthorizedEventSources)
The list of events the user should not be authorized to listen to
Declaration
public required IEnumerable<>(string, UnauthorizedEventSources)
Parameters
Type |
Name |
Description |
System.String |
|
|
UnauthorizedEventSources |
|
|
Returns
Type |
Description |
required |
|
Type Parameters