Click or drag to resize
SimpleDataClassLoadData Method (Object)
Loads the object data form the given array

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void LoadData(
	Object[] data
)

Parameters

data
Type: SystemObject
Source data

Implements

IDataClassLoadData(Object)
See Also