Skip to content

Commit 5be223f

Browse files
committed
Merge branch 'master' into chrisda
2 parents 50106b7 + 166ece0 commit 5be223f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSiteDesign.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Set-SPOSiteDesign
2525
[-WebTemplate <string>]
2626
[-SiteScripts <SPOSiteScriptPipeBind[]>]
2727
[-Description <string>]
28+
[-ThumbnailUrl <string>]
2829
[-PreviewImageUrl <string>]
2930
[-PreviewImageAltText <string>]
3031
[-IsDefault]
@@ -43,6 +44,7 @@ Set-SPOSiteDesign `
4344
-Title "Contoso customer tracking - version 2" `
4445
-WebTemplate "68" `
4546
-Description "Updated site design for list schema that tracks key customer data in a list" `
47+
-ThumbnailUrl "https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png" `
4648
-PreviewImageUrl "https://contoso.sharepoint.com/SiteAssets/site-preview.png" `
4749
-PreviewImageAltText "site preview - version 2"
4850
```
@@ -133,6 +135,22 @@ Accept pipeline input: False
133135
Accept wildcard characters: False
134136
```
135137
138+
### -ThumbnailUrl
139+
140+
The URL of a thumbnail image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 300 pixels.
141+
142+
```yaml
143+
Type: String
144+
Parameter Sets: (All)
145+
Aliases:
146+
Applicable: SharePoint Online
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
136154
### -PreviewImageUrl
137155
138156
The URL of a preview image. If none is specified, SharePoint uses a generic image.

0 commit comments

Comments
 (0)