Class WebPagePermissionMetadata
Represents the metadata of a web page permission.
public sealed record WebPagePermissionMetadata
- Inheritance
-
objectWebPagePermissionMetadata
- Extension Methods
Properties
PermissionDisplayName
Display name of the permission.
public string PermissionDisplayName { get; init; }
Property Value
- string
PermissionIsEditable
Indicates whether the permission is editable.
public bool PermissionIsEditable { get; init; }
Property Value
- bool
PermissionName
Name of the permission.
public string PermissionName { get; init; }
Property Value
- string
PermissionTooltip
Tooltip for the permission.
public string PermissionTooltip { get; set; }
Property Value
- string