ESRI.ArcGIS.ADF.ArcGISServer.Editor
ServerAction Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorServerCommandAction Class : ServerAction Method




info
The ToolbarItemInfo associated with the tool.
This method is called when an EditorCommand is executed. It calls EditorServerAction which implements server side functionality.

Syntax

Visual Basic (Declaration) 
Public Sub ServerAction( _
   ByVal info As ToolbarItemInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorServerCommandAction
Dim info As ToolbarItemInfo
 
instance.ServerAction(info)
C# 
public void ServerAction( 
   ToolbarItemInfo info
)

Parameters

info
The ToolbarItemInfo associated with the tool.

See Also

© 2010 All Rights Reserved.