Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.ImportAsync Method

(not specified)

Class: YetaWF.Core.Modules.ModuleDefinition
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public static Task<bool> ImportAsync(
    string zipFileName,
    Guid pageGuid,
    bool newModule,
    string pane,
    bool top,
    List<string> errorList );

Parameters

zipFileName

(not specified)

pageGuid

(not specified)

newModule

(not specified)

pane

(not specified)

top

(not specified)

errorList

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Modules.ModuleDefinition ClassYetaWF.Core Overview