Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Pages.PageDefinition.ExportAsync Method

Creates a ZIP file with the page contents. The ZIP file can be used to restore the page using Control Panel > Import Page.

Class: YetaWF.Core.Pages.PageDefinition
Namespace: YetaWF.Core.Pages
Assembly: YetaWF.Core

Syntax

public Task<YetaWFZipFile> ExportAsync();

Return Value

An instance of YetaWF.Core.Support.Zip.YetaWFZipFile describing the ZIP file.

See Also YetaWF.Core.Pages.PageDefinition ClassYetaWF.Core Overview