Sets the internal representation from what is stored in the database. "Deserialize".

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override void LoadData(
	Object value
)

Parameters

value
Type: System..::.Object
The internal value.

See Also