Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.

PrepareSiteForExport

Description

This operation is used to prepare a site that will be exported with stsadm.exe –o export so workflows will not need to be manually reconfigured in the site that is imported from this file.

Note: This command should be run immediately before stsadm.exe –o export so all information is up to date.

The command adds metadata to the site in the form of a file named SiteMetaData.xml stored in the hidden NintexWorkflows library on the site. This file is used when the site is imported to update the list ids used in the workflow.

See also the FixSiteAfterImport command.

Usage

NWAdmin.exe -o PrepareSiteForExport -siteUrl urlToSiteToPrepare

Parameters

Name Description

-siteUrl

The URL to the site that will be exported with stsadm.exe.