external help file | Module Name | online version | schema |
---|---|---|---|
SPClientCore.dll-Help.xml |
SPClientCore |
2.0.0 |
Creates a new navigation node.
Add-KshNavigationNode [-NavigationNode] <NavigationNode> [-AsLastNode <Boolean>] [-IsExternal <Boolean>]
[-PreviousNode <NavigationNode>] [-Title <String>] [-Url <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Add-KshNavigationNode [-QuickLaunch] [-AsLastNode <Boolean>] [-IsExternal <Boolean>]
[-PreviousNode <NavigationNode>] [-Title <String>] [-Url <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Add-KshNavigationNode [-TopNavigationBar] [-AsLastNode <Boolean>] [-IsExternal <Boolean>]
[-PreviousNode <NavigationNode>] [-Title <String>] [-Url <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The Add-KshNavigationNode cmdlet adds a new navigation node to the specified navigation node.
PS C:\> Add-KshNavigationNode -NavigationNode (Get-KshNavigationNode -NavigationNodeId 2001) -Title 'Bing' -Url 'https://www.bing.com'
Creates a new navigation node.
Specifies whether to add the navigation node to the last.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies whether the URL is external.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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 previous node which the new navigation node to be added.
Type: NavigationNode
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, the new navigation node is added to the quick launch.
Type: SwitchParameter
Parameter Sets: ParamSet2
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the title.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, the new navigation node is added to the top navigation bar.
Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the URL.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
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.