Get-UDTheme
Returns predefined themes.
Synopsis
Syntax
Get-UDTheme [-Name <Object>] [-NavigationStyle <String>] [<CommonParameters>]
Get-UDTheme [-Current] [<CommonParameters>]Description
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?