CopyNodeDataSettings MembersKentico 8.1 API Reference
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.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to 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.)
Back to 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.
Back to Top
See Also