Click or drag to resize
NotImplementedInfoLoadFromDataContainer Method
Loads the object from the given data container

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

Parameters

data
Type: CMS.BaseIDataContainer
Container to load
See Also