For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-UDTheme

Returns predefined themes.

Synopsis

Returns predefined themes.

Syntax

Get-UDTheme [-Name <Object>] [-NavigationStyle <String>] [<CommonParameters>]

    Get-UDTheme [-Current] [<CommonParameters>]

Description

Returns predefined themes.

Parameters

-Name The name of the theme.Required? falsePosition? namedDefault valueAccept pipeline input? falseAliasesAccept wildcard characters? false-NavigationStyleThe style of the navigation.Required? falsePosition? namedDefault value themeAccept pipeline input? falseAliasesAccept wildcard characters? false -Current [<SwitchParameter>]Required? falsePosition? namedDefault value FalseAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).Outputs-------------------------- EXAMPLE 1 --------------------------PS > $Theme = Get-UDTheme -Name 'AntDesign'

Last updated

Was this helpful?