Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.51 KB

File metadata and controls

77 lines (55 loc) · 1.51 KB
external help file SPClientCore.dll-Help.xml
Module Name SPClientCore
online version
schema 2.0.0

Initialize-KshColumnUrlValue

SYNOPSIS

Creates a URL column value.

SYNTAX

Initialize-KshColumnUrlValue [-Url] <String> [[-Description] <String>] [<CommonParameters>]

DESCRIPTION

The Initialize-KshColumnUrlValue cmdlet creates a new URL column value from URL. This is provided for the New-KshListItem cmdlet and Update-KshListItem cmdlet.

EXAMPLES

Example 1

PS C:\> Initialize-KshColumnUrlValue -Url 'https://www.example.com'

Creates a new URL column value.

PARAMETERS

-Description

Specifies the description.

Type: String
Parameter Sets: (All)
Aliases:

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

-Url

Specifies the URL.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
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

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.ColumnUserValue

NOTES

RELATED LINKS