Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.SiteIdComponentBase.GetSelectionListIntAsync Method

Returns a collection of integer/enum values suitable for rendering in a DropDownList component.

Class: YetaWF.Modules.ComponentsHTML.Components.SiteIdComponentBase
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public Task<List<YetaWF.Core.Components.SelectionItem<int>>> GetSelectionListIntAsync( bool showDefault );

Parameters

showDefault

Set to true to add a "(select)" entry at the top of the list, false otherwise.

Return Value

Returns a collection of integer/enum values suitable for rendering in a DropDownList component.

See Also YetaWF.Modules.ComponentsHTML.Components.SiteIdComponentBase ClassYetaWF.ComponentsHTML PackageYetaWF.Core