Table of Contents

Enum PermValue

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the permission value.

public enum PermValue

Fields

Allow = 0

Allows this permission.

Deny = 1

Denies this permission.

Inherit = 2

Inherits the permission settings.