Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.AddModuleReference Method

Method used in site templates to add a module reference to the current page.

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

Syntax

public void AddModuleReference(
    PageDefinition page,
    Guid modGuid );

Parameters

page

(not specified)

modGuid

The Guid of the unique module to be added to the page's referenced modules.

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