Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.CreateNewDesignedModule Method

Creates a new designed module. Remember to set the ModuleGuid property after creating the module.

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

Syntax

public static ModuleDefinition CreateNewDesignedModule(
    Guid permanentGuid,
    string? name,
    MultiString? title );

Parameters

permanentGuid

(not specified)

name

(not specified)

title

(not specified)

Return Value

(not specified)

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