Click or drag to resize
CopyNodeDataSettings Class
Represents the settings for the node data copying.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineCopyNodeDataSettings

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public class CopyNodeDataSettings

The CopyNodeDataSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCopyCoupledData
Gets or sets a value that indicates if the coupled data should be copied.
Public propertyCopyDocumentData
Gets or sets a value that indicates if the CMS_Document data should be copied.
Public propertyCopyNonVersionedData
Gets or sets a value that indicates if the non-versioned data should be copied.
Public propertyCopySKUData
Gets or sets a value that indicates if the SKU data should be copied.
Public propertyCopySystemDocumentData
Gets or sets a value that indicates if the system document data should be copied.
Public propertyCopySystemTreeData
Gets or sets a value that indicates if the system tree data should be copied.
Public propertyCopyTreeData
Gets or sets a value that indicates if the CMS_Tree data should be copied.
Public propertyCopyVersionedData
Gets or sets a value that indicates if the versioned data should be copied.
Public propertyExcludeColumns
Gets or sets the columns to be excluded from the copying.
Public propertyResetChanges
Indicates if the changes made to the node instance should be reset.
Top
See Also