ESRI.ArcGIS.ADF.Web.UI.WebControls
ToCallbackResults Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Converter Class : ToCallbackResults Method




scriptTags
Array of ScriptTag objects to convert.
Creates a set of callback results that contain JavaScript for adding the input ScriptTag items into the Page.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToCallbackResults( _
   ByVal scriptTags() As ESRI.ArcGIS.ADF.Web.ScriptTag _
) As CallbackResultCollection
Visual Basic (Usage)Copy Code
Dim scriptTags() As ESRI.ArcGIS.ADF.Web.ScriptTag
Dim value As CallbackResultCollection
 
value = Converter.ToCallbackResults(scriptTags)
C# 
public static CallbackResultCollection ToCallbackResults( 
   ESRI.ArcGIS.ADF.Web.ScriptTag[] scriptTags
)

Parameters

scriptTags
Array of ScriptTag objects to convert.

Return Value

Collection of callback results with the script tag values.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.