File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Add-SPOSiteDesign
24
24
-WebTemplate <string>
25
25
-SiteScripts <SPOSiteScriptPipeBind[]>
26
26
[-Description <string>]
27
+ [-ThumbnailUrl <string>]
27
28
[-PreviewImageUrl <string>]
28
29
[-PreviewImageAltText <string>]
29
30
[-IsDefault]
@@ -46,8 +47,9 @@ Add-SPOSiteDesign `
46
47
-WebTemplate "64" `
47
48
-SiteScripts "<ID>" `
48
49
-Description "Tracks key customer data in a list" `
50
+ -ThumbnailUrl "https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png" `
49
51
-PreviewImageUrl "https://contoso.sharepoint.com/SiteAssets/site-preview.png" `
50
- -PreviewImageAltText "site preview"
52
+ -PreviewImageAltText "site preview"
51
53
```
52
54
53
55
## PARAMETERS
@@ -117,9 +119,25 @@ Accept pipeline input: False
117
119
Accept wildcard characters : False
118
120
` ` `
119
121
122
+ ### -ThumbnailUrl
123
+
124
+ The URL of a thumbnail image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 300 pixels.
125
+
126
+ ` ` ` yaml
127
+ Type : String
128
+ Parameter Sets : (All)
129
+ Aliases :
130
+ Applicable : SharePoint Online
131
+ Required : False
132
+ Position : Named
133
+ Default value : None
134
+ Accept pipeline input : False
135
+ Accept wildcard characters : False
136
+ ` ` `
137
+
120
138
### -PreviewImageUrl
121
139
122
- The URL of a preview image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 421 pixels.
140
+ The URL of a preview image. If none is specified, SharePoint uses a generic image.
123
141
124
142
` ` ` yaml
125
143
Type : String
You can’t perform that action at this time.
0 commit comments