| IPluginSettings Methods | 
The IPluginSettings type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetSettings | 
            Get all settings within current plugin settings.
             | 
|  | TryGetSettingTSetting | 
            Get setting by its key.
             | 
|  | TryGetValueTValue(String) | 
            Get value by its key.
             | 
|  | TryGetValueTSetting, TValue(String) | 
            Get value specified for TSettings<TValue> by its key.
             | 
 See Also
See Also