M-Files Vault Application Framework
C#
Show/Hide TOC
Processing
Report
T
Deep
Clone Method
Clones the report for read access. - Note you should not attempt to update this report, as it is a clone copy and - any updates made will not be persisted to the original report.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
Object
DeepClone
()
Return Value
Object
ProcessingReport
T
Implements
IDeepCloneable
DeepClone
See Also
Reference
ProcessingReport
T
Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
Return Value
Implements
See Also