external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Updates a Site Design on the current tenant.
Set-PnPSiteDesign -Identity <TenantSiteDesignPipeBind>
[-Title <String>]
[-SiteScriptIds <GuidPipeBind[]>]
[-Description <String>]
[-IsDefault [<SwitchParameter>]]
[-PreviewImageAltText <String>]
[-PreviewImageUrl <String>]
[-WebTemplate <SiteWebTemplate>]
[-Version <Int>]
[-Connection <SPOnlineConnection>]
PS:> Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title "My Updated Company Design"
Updates an existing Site Design and sets a new title.
PS:> $design = Get-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e
PS:> Set-PnPSiteDesign -Identity $design -Title "My Updated Company Design"
Updates an existing Site Design and sets a new title.
The description of the site design
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The guid or an object representing the site design
Type: TenantSiteDesignPipeBind
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False
Specifies if the site design is a default site design
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Sets the text for the preview image
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Sets the url to the preview image
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
An array of guids of site scripts
Type: GuidPipeBind[]
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The title of the site design
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Specifies the version of the design
Type: Int
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Specifies the type of site to which this design applies
Type: SiteWebTemplate
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False