CopyDocumentSettings Constructor (CopyDocumentSettings, Boolean) |
Copy constructor
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public 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