DataClassFactoryCopyOriginalData Method |
Note: This API is now obsolete.
Copies the original data of the DataClass object to another.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("This method will be removed in next version.")]
public static void CopyOriginalData(
IDataClass sourceData,
IDataClass destData
)
Parameters
- sourceData
- Type: CMS.DataEngineIDataClass
Object with source data - destData
- Type: CMS.DataEngineIDataClass
Destination object
See Also