Creates a settings object with the properties initialized to the specified values.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- copyTreeData
- Type: System Boolean
Indicates if the CMS_Tree data should be copied
- copyDocumentData
- Type: System Boolean
Indicates if the CMS_Document data should be copied
- copyCoupledData
- Type: System Boolean
Indicates if the coupled data should be copied
- copyVersionedData
- Type: System Boolean
Indicates if the versioned data should be copied
- copyNonVersionedData
- Type: System Boolean
Indicates if the non-versioned data should be copied
- copySystemTreeData
- Type: System Boolean
Indicates if the system tree data should be copied
- copySystemDocumentData
- Type: System Boolean
Indicates if the system document data should be copied
- copySkuData
- Type: System Boolean
Indicates if the SKU data should be copied
- excludeColumns
- Type: System String
Columns to be excluded from the copying, as a string of the column names separated by a semicolon
See Also