ESRI.ArcGIS.ADF.Web.UI.WebControls
FromJson Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerDefinitionCollection Class : FromJson Method




deserializedJson
Deserialized JSON node objects.
Recreates the layer nodes from the JSON deserialization.

Syntax

Visual Basic (Declaration) 
Public Sub FromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerDefinitionCollection
Dim deserializedJson As IDictionary(Of String, Object)
 
instance.FromJson(deserializedJson)
C# 
public void FromJson( 
   IDictionary<string, object> deserializedJson
)

Parameters

deserializedJson
Deserialized JSON node objects.

See Also

© 2010 All Rights Reserved.