Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IInstallableModel.AddSiteDataAsync Method

Adds data for a new site.

Class: YetaWF.Core.IO.IInstallableModel
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task AddSiteDataAsync();

Remarks

When a new site is created, the AddSiteDataAsync method is called for all data providers. Data providers can then add site-specific data as the new site is added.

See Also YetaWF.Core.IO.IInstallableModel ClassYetaWF.Core Overview