Table of Contents

Class Config

Namespace
Exiled.Permissions
Assembly
Exiled.Permissions.dll

Defines the contract for basic config features.

public sealed class Config : IConfig
Inheritance
Config
Implements
Inherited Members
Extension Methods

Constructors

Config()

Initializes a new instance of the Config class.

public Config()

Properties

Debug

Gets or sets a value indicating whether debug messages should be displayed in the console.

public bool Debug { get; set; }

Property Value

bool

Folder

Gets the permissions folder path.

public string Folder { get; }

Property Value

string

FullPath

Gets the permissions full path.

public string FullPath { get; }

Property Value

string

IsEnabled

Gets or sets a value indicating whether the plugin is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

ShouldDebugBeShown

Gets a value indicating whether the debug should be shown.

public bool ShouldDebugBeShown { get; }

Property Value

bool