C# Class Notpod.ConfigurationHelper

Contains methods for managing configuration.
Afficher le fichier Open project: notpod/Notpod-1.x Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
WriteNewConfiguration ( ) : void

Write new default configuration. Since 1.2.

WriteNewDeviceConfiguration ( ) : void

Write new device configuration. Since 1.2.

Private Methods

Méthode Description
GetLikelyPreNotpodPath ( ) : string

Method Details

GetAppDataPath() public static méthode

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
Résultat String

MovePreNotpodConfiguration() public static méthode

Move configuration from iTA to Notpod
public static MovePreNotpodConfiguration ( ) : bool
Résultat bool

WriteNewConfiguration() protected static méthode

Write new default configuration. Since 1.2.
protected static WriteNewConfiguration ( ) : void
Résultat void

WriteNewDeviceConfiguration() protected static méthode

Write new device configuration. Since 1.2.
protected static WriteNewDeviceConfiguration ( ) : void
Résultat void