ESRI.ArcGIS.ADF.Web.UI.WebControls
IWebConfigurator Interface
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : IWebConfigurator Interface




Specifies the functionality required for a task to be configurable within ArcGIS Server Manager or ArcIMS Manager.

Syntax

Visual Basic (Declaration) 
Public Interface IWebConfigurator 
Visual Basic (Usage)Copy Code
Dim instance As IWebConfigurator
C# 
public interface IWebConfigurator 

Remarks

To enable a user to add and configure a task to a website within Manager, a class that implements IWebConfigurator must be created and associated with the task. The configurator class must be specified in the attributes of the task class. See the sample Common_SimpleTask for examples of creating a configurator and associating it with the task.

See Also

© 2010 All Rights Reserved.