Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Site.SiteDefinition.RemoveInitialInstallAsync Method

Call when the initial install process ends.

Class: YetaWF.Core.Site.SiteDefinition
Namespace: YetaWF.Core.Site
Assembly: YetaWF.Core

Syntax

public static Task RemoveInitialInstallAsync();

Remarks

Even once the initial install process has ended, INITIAL_INSTALL still returns true to indicate that a site restart (including all instances) is needed. Some data providers are still marked as not installed until the site is restarted.

See Also YetaWF.Core.Site.SiteDefinition ClassYetaWF.Core Overview