Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.Pages Property

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

Syntax

public List<PageDefinition> Pages { get; set; }

Remarks

This property is not populated. It must be explicitly set using __GetPagesAsync() if the data is needed (use ObjectSupport.HandlePropertyAsync).

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