<?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 get MetaAttributes using Qliksense.netsdk 16.9.0 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516744#M22175</link>
    <description>&lt;P&gt;Can you post a bit of code sample to show where you are having trouble? I'm using 16.9.0 with Net8 without issue.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 22:37:48 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-05-05T22:37:48Z</dc:date>
    <item>
      <title>How to get MetaAttributes using Qliksense.netsdk 16.9.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516672#M22172</link>
      <description>&lt;P&gt;I understand that in previous version 15.6.2 it was&amp;nbsp;automatically included as part of the object layout (GetLayout() / GetLayoutAsync().&lt;BR /&gt;But now I am using&amp;nbsp;.net8 therefore I upgraded the package to 16.9.0 and see that I am missing these sections in my final xml.&lt;BR /&gt;&lt;BR /&gt;Or is there a way to make sdk 15.6.2 version to work and connect properly with .net8?&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 13:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516672#M22172</guid>
      <dc:creator>marinab</dc:creator>
      <dc:date>2025-05-05T13:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MetaAttributes using Qliksense.netsdk 16.9.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516744#M22175</link>
      <description>&lt;P&gt;Can you post a bit of code sample to show where you are having trouble? I'm using 16.9.0 with Net8 without issue.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 22:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516744#M22175</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-05-05T22:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MetaAttributes using Qliksense.netsdk 16.9.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516912#M22181</link>
      <description>&lt;P&gt;I know that previously sections like MetaAttributes ,Info, Cells was given by default&amp;nbsp; when we did&amp;nbsp;&lt;BR /&gt;sheet.GetLayoutAsync();&lt;BR /&gt;genericObject = await app.GetGenericObjectAsync(cell.Name);&lt;BR /&gt;and then just&amp;nbsp;.PrintStructure();&lt;BR /&gt;Now these sections are not available by default.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 06:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516912#M22181</guid>
      <dc:creator>marinab</dc:creator>
      <dc:date>2025-05-07T06:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MetaAttributes using Qliksense.netsdk 16.9.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516915#M22182</link>
      <description>&lt;P&gt;I'm not totally sure I understand what you are referring to, but in earlier versions of the .NET SDK, properties of the layout structure of the client objects were promoted directly to the corresponding object. So you could for instance write like this:&lt;/P&gt;
&lt;PRE&gt;ISheet sheet;&lt;BR /&gt;var cells = sheet.Cells;&lt;/PRE&gt;
&lt;P&gt;These properties were deprecated, then removed, as they hid the fact that access to the property would trigger a GetLayout call in the background which caused some confusion. In newer version you need to explicitly go through the Layout property to access those properties. Like this:&lt;/P&gt;
&lt;PRE&gt;ISheet sheet;&lt;BR /&gt;var cells = sheet.Layout.Cells;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 May 2025 07:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-MetaAttributes-using-Qliksense-netsdk-16-9-0/m-p/2516915#M22182</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-05-07T07:16:27Z</dc:date>
    </item>
  </channel>
</rss>

