Dynamicweb 8 Documentation
DeserializeFrom Method (ItemEntry)

A set of key-value pairs to deserialize this object from.
Deserializes the state of the current object from a given set of key-value pairs.
Syntax
'Declaration
 
Public Overridable Sub DeserializeFrom( _ 
   ByVal dictionary As IDictionary(Of String,Object) _ 
) 
public virtual void DeserializeFrom( 
   IDictionary<string,object> dictionary 
)

Parameters

dictionary
A set of key-value pairs to deserialize this object from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemEntry Class
ItemEntry Members

Send Feedback