Click or drag to resize
DataClassFactoryCopyClassData Method

Note: This API is now obsolete.

Copies the data of the DataClass object to another.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method will be removed in next version.")]
public static void CopyClassData(
	IDataClass sourceData,
	IDataClass destData
)

Parameters

sourceData
Type: CMS.DataEngineIDataClass
Object with source data
destData
Type: CMS.DataEngineIDataClass
Destination object
See Also