ESRI.ArcGIS.ADF.Web.UI.WebControls | |
IWebConfigurator Interface | |
Members See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : IWebConfigurator Interface |
Visual Basic (Declaration) | |
---|---|
Public Interface IWebConfigurator |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public interface IWebConfigurator |
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.