Click or drag to resize
CopyNodeDataSettings Constructor (Boolean, String)
Creates a settings object with the properties initialized to the specified values.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public CopyNodeDataSettings(
	bool copyFlagsValue,
	string excludeColumns
)

Parameters

copyFlagsValue
Type: SystemBoolean
Common copy flags value
excludeColumns
Type: SystemString
Columns to be excluded from the copying, as a string of the column names separated by a semicolon
See Also