Skip to content

Latest commit

 

History

History
155 lines (118 loc) · 3.17 KB

Add-KshTenantListDesign.md

File metadata and controls

155 lines (118 loc) · 3.17 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Add-KshTenantListDesign

SYNOPSIS

Creates a new list design.

SYNTAX

Add-KshTenantListDesign [-Description <String>] [-ListColor <TenantListDesignColor>]
 [-ListIcon <TenantListDesignIcon>] -SiteScriptIds <Guid[]> [-TemplateFeatures <String[]>]
 [-ThumbnailUrl <String>] -Title <String> [<CommonParameters>]

DESCRIPTION

The Add-KshTenantListDesign cmdlet adds a new list design to the tenant. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Add-KshTenantListDesign -Title "Custom List Design" -SiteScriptIds "c14cea4e-2b08-4c9f-bd51-8da187decdb5"

Creates a new list design.

PARAMETERS

-Description

Specifies the description.

Type: String
Parameter Sets: (All)
Aliases:

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

-ListColor

Specifies the list color.

Type: TenantListDesignColor
Parameter Sets: (All)
Aliases:
Accepted values: DarkRed, Red, Orange, Green, DarkGreen, Teal, Blue, NavyBlue, BluePurple, DarkBlue, Lavendar, Pink

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

-ListIcon

Specifies the list icon.

Type: TenantListDesignIcon
Parameter Sets: (All)
Aliases:
Accepted values: Bug, Calendar, BullseyeTarget, ClipboardList, Airplane, Rocket, Color, Insights, CubeShape, TestBeakerSolid, Robot, Savings

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

-SiteScriptIds

Specifies the list of site script IDs.

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

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

-TemplateFeatures

Specifies the list of template features.

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

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

-ThumbnailUrl

Specifies the thumbnail URL.

Type: String
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: 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

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.TenantListDesign

NOTES

RELATED LINKS