C# Class Notpod.ConfigurationHelper

Contains methods for managing configuration.
Datei anzeigen Open project: notpod/Notpod-1.x Class Usage Examples

Public Methods

Method Description
GetAppDataPath ( ) : String

Get the data path to use by the application. The path returned by the runtime also contains the version number, but the path should be used without any version number.

MovePreNotpodConfiguration ( ) : bool

Move configuration from iTA to Notpod

Protected Methods

Method Description
WriteNewConfiguration ( ) : void

Write new default configuration. Since 1.2.

WriteNewDeviceConfiguration ( ) : void

Write new device configuration. Since 1.2.

Private Methods

Method Description
GetLikelyPreNotpodPath ( ) : string

Method Details

GetAppDataPath() public static method

Get the data path to use by the application. The path returned by the runtime also contains the version number, but the path should be used without any version number.
public static GetAppDataPath ( ) : String
return String

MovePreNotpodConfiguration() public static method

Move configuration from iTA to Notpod
public static MovePreNotpodConfiguration ( ) : bool
return bool

WriteNewConfiguration() protected static method

Write new default configuration. Since 1.2.
protected static WriteNewConfiguration ( ) : void
return void

WriteNewDeviceConfiguration() protected static method

Write new device configuration. Since 1.2.
protected static WriteNewDeviceConfiguration ( ) : void
return void