ESRI.ArcGIS.ADF.Web.UI.WebControls
ServerActionAssembly Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveToolbarItem Class : ServerActionAssembly Property




Fully qualified display name of the assembly containing the server action.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Server assembly implementing the server action")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Server Action")>
<DefaultValueAttribute()>
Public Property ServerActionAssembly As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As String
 
instance.ServerActionAssembly = value
 
value = instance.ServerActionAssembly
C# 
[ResDescriptionAttribute("Server assembly implementing the server action")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Server Action")]
[DefaultValueAttribute()]
public string ServerActionAssembly {get; set;}

Remarks

This property indicates the assembly that contains the ServerActionClass, which handles the server-side action of the toolbar item. The assembly for actions build into the Web ADF, such as MapZoomIn and MapPan, is ESRI.ArcGIS.ADF.Web.UI.WebControls.

For custom server actions:

  • If the server action class is in the App_Code folder of the Web application, then this property should be set to "App_Code".
  • If the assembly is created in an external project, it must be added as a reference to the Web application. The fully qualified display name of the assembly must be used.

See Also

© 2010 All Rights Reserved.