CopyNodeDataSettings Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, IEnumerableString) |
Creates a settings object with the properties initialized to the specified values.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public CopyNodeDataSettings(
bool copyTreeData,
bool copyDocumentData,
bool copyCoupledData,
bool copyVersionedData,
bool copyNonVersionedData,
bool copySystemTreeData,
bool copySystemDocumentData,
bool copySkuData,
IEnumerable<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: System.Collections.GenericIEnumerableString
Columns to be excluded from the copying
See Also