C# Класс CmisSync.Lib.Sync.ConfigMigration

Migrate config.xml from past versions.
Показать файл Открыть проект

Открытые методы

Метод Описание
Migrate ( ) : void

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

Приватные методы

Метод Описание
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

Описание методов

Migrate() публичный статический Метод

Migrate from the config.xml format of CmisSync 0.3.9 to the current format, if necessary.
public static Migrate ( ) : void
Результат void