| CopyDocumentSettings Constructor (CopyDocumentSettings, Boolean) | 
            Copy constructor
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic CopyDocumentSettings(
	CopyDocumentSettings settings,
	bool processingChildNodes = false
)
Parameters
- settings
- Type: CMS.DocumentEngineCopyDocumentSettings
 Settings object
- processingChildNodes (Optional)
- Type: SystemBoolean
 Indicates that the instance is created when child nodes are being copied recursively
 See Also
See Also