Skip to content

Latest commit

 

History

History
124 lines (92 loc) · 2.47 KB

Get-KshNavigationNode.md

File metadata and controls

124 lines (92 loc) · 2.47 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshNavigationNode

SYNOPSIS

Retrieves one or more navigation nodes.

SYNTAX

ParamSet1

Get-KshNavigationNode [-Identity] <NavigationNode> [<CommonParameters>]

ParamSet2

Get-KshNavigationNode [-NavigationNodeId] <Int32> [<CommonParameters>]

ParamSet3

Get-KshNavigationNode [-NavigationNode] <NavigationNode> [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshNavigationNode cmdlet retrieves navigation nodes of the specified navigation node.

EXAMPLES

Example 1

PS C:\> Get-KshNavigationNode -NavigationNodeId 2001

Retrieves a navigation node from the navigation node ID.

Example 2

PS C:\> Get-KshNavigationNode -NavigationNode (Get-KshNavigationNode -NavigationNodeId 2001)

Retrieves all navigation nodes.

PARAMETERS

-Identity

Specifies the navigation node.

Type: NavigationNode
Parameter Sets: ParamSet1
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-NavigationNode

Specifies the parent navigation node.

Type: NavigationNode
Parameter Sets: ParamSet3
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-NavigationNodeId

Specifies the navigation node ID.

Type: Int32
Parameter Sets: ParamSet2
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Karamem0.SharePoint.PowerShell.Models.V1.NavigationNode

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.NavigationNode

NOTES

RELATED LINKS