HtmlForgeX

API Reference

Command

New-HtmlXSidebarSection

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerSidebarSection

Adds a sidebar section header.

Remarks

Use inside New-HtmlXSidebar { }.

Examples

Imported script example

New-HtmlXSidebarSection -Title "General"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXSidebarSection [-Title <string>] [<CommonParameters>]
#

Parameters

Title string optionalposition: namedpipeline: false
Section title.

Outputs

HtmlForgeX.TablerSidebarSection