Click or drag to resize
CopyNodeDataSettings Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Creates a settings object with the properties initialized to the specified values.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public CopyNodeDataSettings(
	bool copyTreeData,
	bool copyDocumentData,
	bool copyCoupledData,
	bool copyVersionedData,
	bool copyNonVersionedData,
	bool copySystemTreeData,
	bool copySystemDocumentData,
	bool copySkuData,
	string excludeColumns
)

Parameters

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