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