external help file | Module Name | online version | schema |
---|---|---|---|
SPClientCore.dll-Help.xml |
SPClientCore |
2.0.0 |
Retrieves one or more navigation nodes.
Get-KshNavigationNode [-Identity] <NavigationNode> [<CommonParameters>]
Get-KshNavigationNode [-NavigationNodeId] <Int32> [<CommonParameters>]
Get-KshNavigationNode [-NavigationNode] <NavigationNode> [-NoEnumerate] [<CommonParameters>]
The Get-KshNavigationNode cmdlet retrieves navigation nodes of the specified navigation node.
PS C:\> Get-KshNavigationNode -NavigationNodeId 2001
Retrieves a navigation node from the navigation node ID.
PS C:\> Get-KshNavigationNode -NavigationNode (Get-KshNavigationNode -NavigationNodeId 2001)
Retrieves all navigation nodes.
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
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.