Table of Contents

Class WebPageAclRoleMetadata

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Represents the metadata of a web page ACL role.

public sealed record WebPageAclRoleMetadata
Inheritance
object
WebPageAclRoleMetadata
Extension Methods

Properties

RoleDisplayName

Role display name.

public string RoleDisplayName { get; init; }

Property Value

string

RoleID

Role ID.

public int RoleID { get; init; }

Property Value

int

RoleName

Role code name.

public string RoleName { get; init; }

Property Value

string