ESRI.ArcGIS.ADF.Web.UI.WebControls
LoadPostData Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : LoadPostData Method




postDataKey
Key identifier for the data.
postCollection
Collection of post data names and values.
Loads the post data. Not currently used.

Syntax

Visual Basic (Declaration) 
Public Overridable Function LoadPostData( _
   ByVal postDataKey As String, _
   ByVal postCollection As NameValueCollection _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim value As Boolean
 
value = instance.LoadPostData(postDataKey, postCollection)
C# 
public virtual bool LoadPostData( 
   string postDataKey,
   NameValueCollection postCollection
)

Parameters

postDataKey
Key identifier for the data.
postCollection
Collection of post data names and values.

Return Value

Currently always returns false.

See Also

© 2010 All Rights Reserved.