<?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: Getting Qlik Sense Desktop Release Number using .NET SDK in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429361#M8949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/GettingSystemInformation/get-product-version.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/GettingSystemInformation/get-product-version.htm"&gt;Get the version of Qlik Sense ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Sep 2017 18:31:06 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-09-03T18:31:06Z</dc:date>
    <item>
      <title>Getting Qlik Sense Desktop Release Number using .NET SDK</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429360#M8948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to get the release of Qlik Sense Desktop using .NET SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number I'm looking for is the one highlighted in red below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ps.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175446_ps.png" style="height: 344px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Paulo Garcia.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Sep 2017 18:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429360#M8948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-03T18:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Qlik Sense Desktop Release Number using .NET SDK</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429361#M8949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/GettingSystemInformation/get-product-version.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/GettingSystemInformation/get-product-version.htm"&gt;Get the version of Qlik Sense ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Sep 2017 18:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429361#M8949</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-09-03T18:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Qlik Sense Desktop Release Number using .NET SDK</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429362#M8950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer &lt;A href="https://community.qlik.com/qlik-users/34510"&gt;kaushik.solanki&lt;/A&gt; but as I mentioned above, I need the command of the .NET SDK, not the Web API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that there's a ProductVersion Method in the Hub Class of the .NET SDK, but it doesn't return what I want. So, as an example, if I implement this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15044639146927811" jivemacro_uid="_15044639146927811"&gt;
&lt;P&gt;ILocation Sense = Location.FromUri(new Uri("ws://127.0.0.1:4848"));&lt;/P&gt;
&lt;P&gt;Sense.AsDirectConnectionToPersonalEdition();&lt;/P&gt;
&lt;P&gt;IHub hub = Sense.Hub();&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;using (hub)&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; senseVersion = hub.ProductVersion();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(senseVersion);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="175447" alt="ps2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175447_ps2.png" style="height: 58px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I appreciate any further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Sep 2017 18:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429362#M8950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-03T18:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Qlik Sense Desktop Release Number using .NET SDK</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429363#M8951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nobody else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Getting-Qlik-Sense-Desktop-Release-Number-using-NET-SDK/m-p/1429363#M8951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-07T18:24:29Z</dc:date>
    </item>
  </channel>
</rss>

