<?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 Hide/Remove PrintLayout button in ArcGIS Pro in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360765#M10865</link>
    <description>&lt;P&gt;Is there a way to remove the Print Layout Button(esri_sharing_PrintLayout) from sharing tab from ArcGIS Pro.&lt;/P&gt;&lt;P&gt;I have managed removing the Export Layout using the below in the config.daml of my Addin.&lt;/P&gt;&lt;P&gt;&amp;lt;modules&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;updateModule refID="esri_layouts"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deleteSplitButton refID="esri_layouts_exportLayoutSplitButton"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/updateModule&amp;gt;&lt;BR /&gt;&amp;lt;/modules&amp;gt;&lt;/P&gt;&lt;P&gt;I have failed to remove the print layout using the above method.&lt;/P&gt;&lt;P&gt;I have noticed that none of the&amp;nbsp; DAML definitions(&lt;A href="https://github.com/Esri/arcgis-pro-sdk/tree/master/DAML" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/tree/master/DAML&lt;/A&gt;) contain&amp;nbsp;&lt;STRONG&gt;esri_sharing_PrintLayout.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 08:25:09 GMT</pubDate>
    <dc:creator>imrankhadri</dc:creator>
    <dc:date>2023-12-14T08:25:09Z</dc:date>
    <item>
      <title>Hide/Remove PrintLayout button in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360765#M10865</link>
      <description>&lt;P&gt;Is there a way to remove the Print Layout Button(esri_sharing_PrintLayout) from sharing tab from ArcGIS Pro.&lt;/P&gt;&lt;P&gt;I have managed removing the Export Layout using the below in the config.daml of my Addin.&lt;/P&gt;&lt;P&gt;&amp;lt;modules&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;updateModule refID="esri_layouts"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deleteSplitButton refID="esri_layouts_exportLayoutSplitButton"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/updateModule&amp;gt;&lt;BR /&gt;&amp;lt;/modules&amp;gt;&lt;/P&gt;&lt;P&gt;I have failed to remove the print layout using the above method.&lt;/P&gt;&lt;P&gt;I have noticed that none of the&amp;nbsp; DAML definitions(&lt;A href="https://github.com/Esri/arcgis-pro-sdk/tree/master/DAML" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/tree/master/DAML&lt;/A&gt;) contain&amp;nbsp;&lt;STRONG&gt;esri_sharing_PrintLayout.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360765#M10865</guid>
      <dc:creator>imrankhadri</dc:creator>
      <dc:date>2023-12-14T08:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Remove PrintLayout button in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360774#M10867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Update module refID must be "esri_sharing".&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360774#M10867</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-12-14T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Remove PrintLayout button in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360795#M10869</link>
      <description>&lt;P&gt;The following did the trick.&lt;/P&gt;&lt;P&gt;&amp;lt;modules&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;updateModule refID="esri_layouts"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deleteSplitButton refID="esri_layouts_exportLayoutSplitButton"/&amp;gt; &amp;lt;!-- removes the export layout button--&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/splitButtons&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/updateModule&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt; &amp;nbsp; &amp;lt;updateModule refID="esri_sharing"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groups&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;deleteGroup refID="esri_sharing_PrintLayout" /&amp;gt; &amp;lt;!-- remove print layout button --&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/groups&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/updateModule&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/modules&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 10:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/hide-remove-printlayout-button-in-arcgis-pro/m-p/1360795#M10869</guid>
      <dc:creator>imrankhadri</dc:creator>
      <dc:date>2023-12-14T10:25:55Z</dc:date>
    </item>
  </channel>
</rss>

