HtmlForgeX

API Reference

Command

New-HtmlXAvatarGroup

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerAvatarGroup

Creates an avatar group container.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXAvatarGroup -Stacked {
        

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-HtmlXAvatarGroup [-Content <ScriptBlock>] [-Stacked] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that adds avatars to the group.
Stacked SwitchParameter optionalposition: namedpipeline: false
Render avatars in a stacked (overlapped) layout.

Outputs

HtmlForgeX.TablerAvatarGroup