File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Set-SPOSiteDesign
25
25
[-WebTemplate <string>]
26
26
[-SiteScripts <SPOSiteScriptPipeBind[]>]
27
27
[-Description <string>]
28
+ [-ThumbnailUrl <string>]
28
29
[-PreviewImageUrl <string>]
29
30
[-PreviewImageAltText <string>]
30
31
[-IsDefault]
@@ -43,6 +44,7 @@ Set-SPOSiteDesign `
43
44
-Title "Contoso customer tracking - version 2" `
44
45
-WebTemplate "68" `
45
46
-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" `
46
48
-PreviewImageUrl "https://contoso.sharepoint.com/SiteAssets/site-preview.png" `
47
49
-PreviewImageAltText "site preview - version 2"
48
50
```
@@ -133,6 +135,22 @@ Accept pipeline input: False
133
135
Accept wildcard characters : False
134
136
` ` `
135
137
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
+
136
154
### -PreviewImageUrl
137
155
138
156
The URL of a preview image. If none is specified, SharePoint uses a generic image.
You can’t perform that action at this time.
0 commit comments