ESRI.ArcGIS.ADF.ArcGISServer.Editor
MapResourceSelectionEditorForm Constructor(Page,String)
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design Namespace > MapResourceSelectionEditorForm Class > MapResourceSelectionEditorForm Constructor : MapResourceSelectionEditorForm Constructor(Page,String)




page
The Page containing the Editor control.
mapResource
The map resource to edit.
MapResourceSelectionEditorForm constructor.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute()>
Public Function New( _
   ByVal page As Page, _
   ByVal mapResource As String _
)
Visual Basic (Usage)Copy Code
Dim page As Page
Dim mapResource As String
 
Dim instance As MapResourceSelectionEditorForm(page, mapResource)
C# 
[ObsoleteAttribute()]
public MapResourceSelectionEditorForm( 
   Page page,
   string mapResource
)

Parameters

page
The Page containing the Editor control.
mapResource
The map resource to edit.

Remarks

This method is deprecated. Use MapResourceSelectionEditorForm(EditorTask task) instead.

See Also

© 2010 All Rights Reserved.