Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 1.74 KB

File metadata and controls

91 lines (66 loc) · 1.74 KB
external help file SPClientCore.dll-Help.xml
Module Name SPClientCore
online version
schema 2.0.0

Add-KshTermLocalCustomProperty

SYNOPSIS

Adds a local custom property of the term.

SYNTAX

Add-KshTermLocalCustomProperty [-Term] <Term> -Name <String> -Value <String> [<CommonParameters>]

DESCRIPTION

The Add-KshTermLocalCustomProperty cmdlet adds a local custom property to the term.

EXAMPLES

Example 1

PS C:\> Add-KshTermLocalCustomProperty -Term (Get-KshTerm -TermSet (Get-KshTermSet -TermGroup (Get-KshTermGroup -TermGroupName 'Company') -TermSetName 'Department') -TermName 'Human Resources') -Name 'Hierarchy' -Value '1'

Adds a local custom property.

PARAMETERS

-Name

Specifies the name.

Type: String
Parameter Sets: (All)
Aliases:

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

-Term

Specifies the term.

Type: Term
Parameter Sets: (All)
Aliases:

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

-Value

Specifies the value.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
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.Term

OUTPUTS

None

NOTES

RELATED LINKS