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: 9.0.0
Syntax
C#
public class CopyNodeDataSettings

The CopyNodeDataSettings type exposes the following members.

Constructors
  NameDescription
Public methodCopyNodeDataSettings
Creates a default settings object.
Public methodCopyNodeDataSettings(Boolean, String)
Creates a settings object with the properties initialized to the specified values.
Public methodCopyNodeDataSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Creates a settings object with the properties initialized to the specified values.
Top
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, as a string of the column names separated by a semicolon.
Public propertyResetChanges
Indicates if the changes made to the node instance should be reset.
Top
See Also