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: 8.2.23
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
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 propertyUpdateOriginalValues
Indicates if the original values of a document should be updated.
Top
See Also