New-UDPage
Creates a page within a dashboard.
SYNOPSIS
SYNTAX
Simple (Default)
New-UDPage [-Id <String>] [-Name <String>] [-Url <String>] [-Description <String>] [-Role <String[]>]
-Content <Endpoint> [-DefaultHomePage] [[-Title] <String>] [-OnLoading <ScriptBlock>]
[-NavigationLayout <String>] [-Navigation <Hashtable[]>] [-Logo <String>] [-HeaderPosition <String>]
[-HeaderColor <DashboardColor>] [-HeaderBackgroundColor <DashboardColor>] [-HeaderContent <Endpoint>]
[-HideUserName] [-HideNavigation] [-Icon <Object>] [-LoadTitle <Endpoint>] [-Static] [-Generated]
[-Layout <DesignerPageLayout>] [-BackgroundImage <String>] [-BackgroundRepeat] [-LogoComponent <Hashtable>]
[-AutoInclude] [<CommonParameters>]Advanced
New-UDPage [-Id <String>] [-Name <String>] [-Url <String>] [-Description <String>] [-Role <String[]>]
-Content <Endpoint> [-DefaultHomePage] [[-Title] <String>] [-Blank] [-OnLoading <ScriptBlock>]
[-HeaderPosition <String>] [-HeaderColor <DashboardColor>] [-HeaderBackgroundColor <DashboardColor>]
[-HideUserName] [-HideNavigation] [-Icon <Object>] [-Static] [-Generated] [-Layout <DesignerPageLayout>]
[-BackgroundRepeat] [-AutoInclude] [<CommonParameters>]DynamicNav
DESCRIPTION
EXAMPLES
PARAMETERS
-Blank
-Content
-DefaultHomePage
-Description
-HeaderBackgroundColor
-HeaderColor
-HeaderContent
-HeaderPosition
-HideNavigation
-HideUserName
-Icon
-Id
-LoadNavigation
-LoadTitle
-Logo
-Name
-Navigation
-NavigationLayout
-OnLoading
-Role
-Title
-Url
-Static
-Generated
-Layout
-BackgroundImage
-BackgroundRepeat
-LogoComponent
-AutoInclude
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?