CopyNodeDataSettings Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)Kentico 8.1 API Reference
Creates a settings object with the properties initialized to the specified values.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

copyTreeData
Type: OnlineSystem Boolean
Indicates if the CMS_Tree data should be copied
copyDocumentData
Type: OnlineSystem Boolean
Indicates if the CMS_Document data should be copied
copyCoupledData
Type: OnlineSystem Boolean
Indicates if the coupled data should be copied
copyVersionedData
Type: OnlineSystem Boolean
Indicates if the versioned data should be copied
copyNonVersionedData
Type: OnlineSystem Boolean
Indicates if the non-versioned data should be copied
copySystemTreeData
Type: OnlineSystem Boolean
Indicates if the system tree data should be copied
copySystemDocumentData
Type: OnlineSystem Boolean
Indicates if the system document data should be copied
copySkuData
Type: OnlineSystem Boolean
Indicates if the SKU data should be copied
excludeColumns
Type: OnlineSystem String
Columns to be excluded from the copying, as a string of the column names separated by a semicolon
See Also