Show / Hide Table of Contents

Class CmsKitAdminPermissions.Pages

Inheritance
object
CmsKitAdminPermissions.Pages
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Permissions
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public static class CmsKitAdminPermissions.Pages

Fields

Create

Declaration
public const string Create = "CmsKit.Pages.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "CmsKit.Pages"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "CmsKit.Pages.Delete"
Field Value
Type Description
string

SetAsHomePage

Declaration
public const string SetAsHomePage = "CmsKit.Pages.SetAsHomePage"
Field Value
Type Description
string

Update

Declaration
public const string Update = "CmsKit.Pages.Update"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform