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

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

Parameters

copyFlagsValue
Type: SystemBoolean
Common copy flags value
excludeColumns
Type: System.Collections.GenericIEnumerableString
Columns to be excluded from the copying
See Also