IPluginSettings Methods |
The IPluginSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetSettings |
Get all settings within current plugin settings.
|
![]() | TryGetSetting<TSetting> |
Get setting by its key.
|
![]() | TryGetValue<TValue>(String) |
Get value by its key.
|
![]() | TryGetValue<TSetting, TValue>(String) |
Get value specified for TSettings<TValue> by its key.
|