ArcGIS Runtime SDK for WPF - Library Reference
GPItemID Constructor
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GPItemID Class : GPItemID Constructor

name
The name of the geoprocessing parameter.
itemID
The item ID of the upload item on the ArcGIS Server.
Initializes a new instance of the GPItemID class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal itemID As String _
)
C# 
public GPItemID( 
   string name,
   string itemID
)

Parameters

name
The name of the geoprocessing parameter.
itemID
The item ID of the upload item on the ArcGIS Server.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.