Skip to content

Commit a18edca

Browse files
authored
Merge pull request MicrosoftDocs#7492 from niwoon/patch-1
Update Add-SPOSiteDesign.md
2 parents f8569b3 + 050ff5b commit a18edca

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Add-SPOSiteDesign
2424
-WebTemplate <string>
2525
-SiteScripts <SPOSiteScriptPipeBind[]>
2626
[-Description <string>]
27+
[-ThumbnailUrl <string>]
2728
[-PreviewImageUrl <string>]
2829
[-PreviewImageAltText <string>]
2930
[-IsDefault]
@@ -46,8 +47,9 @@ Add-SPOSiteDesign `
4647
-WebTemplate "64" `
4748
-SiteScripts "<ID>" `
4849
-Description "Tracks key customer data in a list" `
50+
-ThumbnailUrl "https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png" `
4951
-PreviewImageUrl "https://contoso.sharepoint.com/SiteAssets/site-preview.png" `
50-
-PreviewImageAltText "site preview"
52+
-PreviewImageAltText "site preview"
5153
```
5254

5355
## PARAMETERS
@@ -117,9 +119,25 @@ Accept pipeline input: False
117119
Accept wildcard characters: False
118120
```
119121
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+
120138
### -PreviewImageUrl
121139
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.
123141
124142
```yaml
125143
Type: String

0 commit comments

Comments
 (0)