CopyNodeDataSettings Constructor (Boolean, String) |
Creates a settings object with the properties initialized to the specified values.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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