ESRI.ArcGIS.ADF.ArcGISServer.Editor
MapResourceSelectionEditorForm Constructor(Page,String)
See Also  Send Feedback
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 New 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.

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.