File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
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.
Original file line number Diff line number Diff line change @@ -153,6 +153,8 @@ Accept wildcard characters: False
153
153
` ` `
154
154
155
155
# ## -MaxTotalSizeInBytes
156
+ This parameter stores the maximum SQL storage size for the data of this provider.
157
+
156
158
` ` ` yaml
157
159
Type: Int64
158
160
Parameter Sets: (All)
@@ -184,7 +186,7 @@ Accept wildcard characters: False
184
186
` ` `
185
187
186
188
# ## -UsageDatabaseEnabled
187
- {{Fill UsageDatabaseEnabled Description}}
189
+ Set to export usage data from the local server to the Usage database.
188
190
189
191
` ` ` yaml
190
192
Type: SwitchParameter
You can’t perform that action at this time.
0 commit comments