<?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 QlikSense C# SDK: Get AppName from Qlik.Engine.App instance in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-C-SDK-Get-AppName-from-Qlik-Engine-App-instance/m-p/1698921#M12730</link>
    <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the QlikSense SDK for C#.&amp;nbsp; Given that I've got an instance of a Qlik.Engine.App, does anyone know how to get the AppName?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; var appIdentitifers = location.GetAppIdentifiers();
 var fooAppIdentifier = appIdentitifers.First();
 var fooApp= location.App(fooAppIdentifier );
 var appName = fooApp.?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know I can get that information from the Qlik.Engine.AppIdentifier, but I was wondering if there was a way to get it from the Qlik.Engine.App item itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:31:22 GMT</pubDate>
    <dc:creator>JustinDallas</dc:creator>
    <dc:date>2024-11-16T02:31:22Z</dc:date>
    <item>
      <title>QlikSense C# SDK: Get AppName from Qlik.Engine.App instance</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-C-SDK-Get-AppName-from-Qlik-Engine-App-instance/m-p/1698921#M12730</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the QlikSense SDK for C#.&amp;nbsp; Given that I've got an instance of a Qlik.Engine.App, does anyone know how to get the AppName?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; var appIdentitifers = location.GetAppIdentifiers();
 var fooAppIdentifier = appIdentitifers.First();
 var fooApp= location.App(fooAppIdentifier );
 var appName = fooApp.?&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know I can get that information from the Qlik.Engine.AppIdentifier, but I was wondering if there was a way to get it from the Qlik.Engine.App item itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-C-SDK-Get-AppName-from-Qlik-Engine-App-instance/m-p/1698921#M12730</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2024-11-16T02:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense C# SDK: Get AppName from Qlik.Engine.App instance</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-C-SDK-Get-AppName-from-Qlik-Engine-App-instance/m-p/1699279#M12736</link>
      <description>&lt;P&gt;Sure, it's this property: &lt;A href="https://help.qlik.com/en-US/sense-developer/February2020/APIs/Net+SDK/html/P_Qlik_Engine_NxAppProperties_Title.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2020/APIs/Net+SDK/html/P_Qlik_Engine_NxAppProperties_Title.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So your code should look like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var fooApp= location.App(fooAppIdentifier);
var appName = fooApp.GetAppPropertis().Title&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 06:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-C-SDK-Get-AppName-from-Qlik-Engine-App-instance/m-p/1699279#M12736</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-05-06T06:37:26Z</dc:date>
    </item>
  </channel>
</rss>

