public abstract Item DownloadItem( string directoryPath )
Public MustOverride Function DownloadItem( _ ByVal directoryPath As String _ ) As Item
Parameters
- directoryPath
- The directory to which this item will be downloaded
Return Value
Returns an ArcGIS.Desktop.Core.Item of the downloaded item if download succeeded. Returns null if the download failed