Fixed and closed #455: meta-content is reset to defaults only on the first application start.

This commit is contained in:
Dario Solera 2010-01-20 16:00:02 +00:00
parent ceb228f937
commit e04e02ed9c
7 changed files with 58 additions and 44 deletions

View file

@ -237,6 +237,12 @@ namespace ScrewTurn.Wiki.PluginFramework {
/// <exception cref="ArgumentException">If <paramref name="oldName"/> or <paramref name="newName"/> are empty.</exception>
bool UpdateOutgoingLinksForRename(string oldName, string newName);
/// <summary>
/// Determines whether the application was started for the first time.
/// </summary>
/// <returns><c>true</c> if the application was started for the first time, <c>false</c> otherwise.</returns>
bool IsFirstApplicationStart();
}
/// <summary>