Dynamicweb 8 Documentation
SerializeTo Method (ItemEntry)

Dictionary to serialize this object into.
Serializes the state of the current object into the given dictionary.
Syntax
'Declaration
 
Public Overridable Sub SerializeTo( _ 
   ByVal dictionary As IDictionary(Of String,Object) _ 
) 
public virtual void SerializeTo( 
   IDictionary<string,object> dictionary 
)

Parameters

dictionary
Dictionary to serialize this object into.
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