Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.3 KB

New-KshContentTypeId.md

File metadata and controls

62 lines (43 loc) · 1.3 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

New-KshContentTypeId

SYNOPSIS

Creates a content type ID.

SYNTAX

New-KshContentTypeId [-StringValue] <String> [<CommonParameters>]

DESCRIPTION

The New-KshContentTypeId cmdlet creates a content type ID from string value. This is provided for the Set-KshFolder and Set-KshView cmdlet.

EXAMPLES

Example 1

PS C:\> New-KshContentTypeId -StringValue '0x0107'

Creates a content type ID.

PARAMETERS

-StringValue

Specifies the string value.

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.V1.ContentTypeId

NOTES

RELATED LINKS