Skip to content

Latest commit

 

History

History
137 lines (103 loc) · 2.62 KB

Set-KshNavigationNode.md

File metadata and controls

137 lines (103 loc) · 2.62 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Set-KshNavigationNode

SYNOPSIS

Updates a navigation node.

SYNTAX

Set-KshNavigationNode [-Identity] <NavigationNode> [-AudienceIds <Guid[]>] [-IsVisible <Boolean>]
 [-Title <String>] [-Url <String>] [-PassThru] [<CommonParameters>]

DESCRIPTION

The Set-KshNavigationNode cmdlet updates column values of the navigation node.

EXAMPLES

Example 1

PS C:\> Set-KshNavigationNode -Identity (Get-KshNavigationNode -NavigationNodeId 2001) -Title 'Google' -Url 'https://www.google.com'

Updates column values of the navigation node.

PARAMETERS

-AudienceIds

Specifies the audience IDs.

Type: Guid[]
Parameter Sets: (All)
Aliases:

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

-Identity

Specifies the navigation node.

Type: NavigationNode
Parameter Sets: (All)
Aliases:

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

-IsVisible

Specifies whether the navigation node is visible.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-PassThru

If specified, returns the updated object.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Title

Specifies the title.

Type: String
Parameter Sets: (All)
Aliases:

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

-Url

Specifies the URL.

Type: String
Parameter Sets: (All)
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