Click or drag to resize
IDataClassLoadData Method (IDataContainer)
Loads the object data from given data container.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void LoadData(
	IDataContainer data
)

Parameters

data
Type: CMS.BaseIDataContainer
Source data
See Also