<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to download the GP executed result? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608388#M15634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once the output is of type GPDataFile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can have the following XAML-code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HyperlinkButton x:Name="link" Content="{Binding Name}" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NavigateUri="{Binding Url}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VerticalAlignment="Top" HorizontalAlignment="Center"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;link.DataContext = gpParameter as GPDataFile;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:02:41 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2021-12-12T02:02:41Z</dc:date>
    <item>
      <title>How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608383#M15629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to build a GP service to allow the end user zip several selected shapefile on the fly and download the zip file afterwards. The problem is that what the Parameters should I reference the OutPut parameter to in the ArcToolBox property tab??a Record Set??Also, after GP service execution, the result in the code is a GPParameter object, but what will be the exact object type for the GP output in C# code?&amp;nbsp; How can I link the result object in C# to a hyperlink button or how to automatically popup a download dialog box when the zip file is ready?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 21:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608383#M15629</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2011-11-29T21:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608384#M15630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/9001-Clip-and-ship-geoprocessing-service-to-be-utilized-in-silverlight-app"&gt;thread&lt;/A&gt;&lt;SPAN&gt;, Rex references samples and resources available online to assist you with consuming geoprocessing services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608384#M15630</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-11-30T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608385#M15631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply, Dominique. However, the thread you mentioned doesn't answer my question. What I want is after zip file returned from GP service in C#, how can I use this returned zip object and link it to a hyperlink button? Also, which OutPut Parameter type should I use in the ArcToolBox property tab?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608385#M15631</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2011-11-30T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608386#M15632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can somebody kindly help me on this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 14:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608386#M15632</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2011-12-05T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608387#M15633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The output parameter in toolbox should be set to data type File.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 14:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608387#M15633</guid>
      <dc:creator>DianeWhited</dc:creator>
      <dc:date>2012-03-22T14:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to download the GP executed result?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608388#M15634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once the output is of type GPDataFile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can have the following XAML-code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HyperlinkButton x:Name="link" Content="{Binding Name}" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NavigateUri="{Binding Url}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VerticalAlignment="Top" HorizontalAlignment="Center"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;link.DataContext = gpParameter as GPDataFile;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-download-the-gp-executed-result/m-p/608388#M15634</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T02:02:41Z</dc:date>
    </item>
  </channel>
</rss>

