C# Class CmisSync.Lib.Sync.ConfigMigration

Migrate config.xml from past versions.
Afficher le fichier Open project: keithwharrison/Oris4Sync

Méthodes publiques

Méthode Description
Migrate ( ) : void

Migrate from the config.xml format of CmisSync 0.3.9 to the current format, if necessary.

Private Methods

Méthode Description
CheckForDuplicatedLog4NetElement ( ) : void
ReplaceCaseSensitiveNotification ( ) : void

Replaces True by true in the notification to make it possible to deserialize Xml Config to C# Objects

ReplaceXMLRootElement ( ) : void

Replace XML root element name from sparkleshare to CmisSync

Method Details

Migrate() public static méthode

Migrate from the config.xml format of CmisSync 0.3.9 to the current format, if necessary.
public static Migrate ( ) : void
Résultat void