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

New-UDBreadcrumbs

Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".

Synopsis

Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".

Syntax

New-UDBreadcrumbs [[-Id] <String>] [-Children] <ScriptBlock> [[-Seperator] <String>] [[-MaxItems] <Int32>] [<CommonParameters>]

Description

Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".

Parameters

-Id

The ID of the component. It defaults to a random GUID.

Required?                    false
Position?                    1
Default value                [Guid]::NewGuid().ToString()
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Children

The components to link.

-Seperator

The seperator between each breadcrumb.

-MaxItems

The maximum number of items to display.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?