2020-12-06 09:13:29 +01:00
|
|
|
// Copyright (c) Umbraco.
|
|
|
|
|
// See LICENSE for more details.
|
|
|
|
|
|
|
|
|
|
using Microsoft.AspNetCore.Authorization;
|
2020-11-23 22:43:41 +11:00
|
|
|
|
2022-06-20 08:37:17 +02:00
|
|
|
namespace Umbraco.Cms.Web.BackOffice.Authorization;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// An authorization requirement for <see cref="ContentPermissionsResourceHandler" />
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class ContentPermissionsResourceRequirement : IAuthorizationRequirement
|
2020-11-23 22:43:41 +11:00
|
|
|
{
|
|
|
|
|
}
|