We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4646142 + e27e4b6 commit 992a78fCopy full SHA for 992a78f
sharepoint/sharepoint-ps/sharepoint-server/Import-SPWeb.md
@@ -269,11 +269,11 @@ Accept wildcard characters: False
269
270
### -UpdateVersions
271
Indicates how to resolve situations where a file to be imported to a site already exists in that site.
272
-If the UpdateVersions parameter is absent, the import operation by default uses a value of 1.
+If the UpdateVersions parameter is absent, the import operation by default uses a value of 1 (Append).
273
274
The type must be any one of the following:
275
276
--Add new versions to the current file
+-Append, which adds new versions to the current file
277
278
-Overwrite the file and all of its versions (delete then insert)
279
0 commit comments