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

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

Parameters

data
Type: CMS.BaseIDataContainer
Container with the data
See Also