ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskResultNode Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TaskResultNode Class




A node used in a task results control to represent a set of task results.

Object Model

TaskResultNode Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class TaskResultNode 
   Inherits TreeViewPlusNode
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As TaskResultNode
C# 
[SerializableAttribute()]
public class TaskResultNode : TreeViewPlusNode, ITreeViewPlusNodeContainer  

Remarks

TaskResultNode extends a standard TreeViewPlusNode to enable it to contain information about a set of task results. Nodes in the task results control need to have information about the task that produced the results (TaskID Property), the particular run of the task (TaskJobID Property), and the inputs provided by the user that were used in running the task (TaskInput Property).

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.