| IPluginSettingsStorageProvider Interface | 
Namespace: VirtualRadar.Interface.Settings
The IPluginSettingsStorageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| FileExists | 
            Returns true if the file exists.
              | |
| FileReadAllLines | 
            Returns an array of every line read from the file.
              | |
| FileWriteAllLines | 
            Writes all of the lines to the file, overwriting it if it already exists or creating it if it does not.
              |