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