<?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 Does the 'updateFolderConnections' method in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/does-the-updatefolderconnections-method/m-p/1271198#M67107</link>
    <description>&lt;P&gt;As you can see here (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/arcgisproject-class.htm)" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/arcgisproject-class.htm)&lt;/A&gt;. ArcGISProject supposedly has a method 'updateFolderConnections'. However I get the following errror when trying to use it. I have the most recent version of pro.&lt;/P&gt;&lt;P&gt;AttributeError: 'ArcGISProject' object has no attribute 'updateFolderConnections'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy, os, sys
from arcpy import env
aprx = arcpy.mp.ArcGISProject(r"[filepath]")
conncetions = [
....
connections = [
	{
		'connectionString':proj_folder,
		'alias':'',
                'isHomeFolder': True
	},
	{
		'connectionString': proj_folder + "\\Data",
		'alias':'',
                'isHomeFolder': False
	}
]
aprx.updateFolderConnections(connections)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 22:22:47 GMT</pubDate>
    <dc:creator>rescobar</dc:creator>
    <dc:date>2023-03-23T22:22:47Z</dc:date>
    <item>
      <title>Does the 'updateFolderConnections' method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/does-the-updatefolderconnections-method/m-p/1271198#M67107</link>
      <description>&lt;P&gt;As you can see here (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/arcgisproject-class.htm)" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/arcgisproject-class.htm)&lt;/A&gt;. ArcGISProject supposedly has a method 'updateFolderConnections'. However I get the following errror when trying to use it. I have the most recent version of pro.&lt;/P&gt;&lt;P&gt;AttributeError: 'ArcGISProject' object has no attribute 'updateFolderConnections'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy, os, sys
from arcpy import env
aprx = arcpy.mp.ArcGISProject(r"[filepath]")
conncetions = [
....
connections = [
	{
		'connectionString':proj_folder,
		'alias':'',
                'isHomeFolder': True
	},
	{
		'connectionString': proj_folder + "\\Data",
		'alias':'',
                'isHomeFolder': False
	}
]
aprx.updateFolderConnections(connections)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 22:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/does-the-updatefolderconnections-method/m-p/1271198#M67107</guid>
      <dc:creator>rescobar</dc:creator>
      <dc:date>2023-03-23T22:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does the 'updateFolderConnections' method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/does-the-updatefolderconnections-method/m-p/1271246#M67113</link>
      <description>&lt;P&gt;You don't say what version of Pro you are using.&amp;nbsp; Are you sure you're using 3.1? It was only released last month. The&amp;nbsp;updateFolderConnections method is &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm#:~:text=updateFolderConnections" target="_self"&gt;new in 3.1&lt;/A&gt; and isn't available in &lt;A href="https://pro.arcgis.com/en/pro-app/3.0/arcpy/mapping/arcgisproject-class.htm" target="_self"&gt;3.0.x&lt;/A&gt;&amp;nbsp;or earlier&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 05:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/does-the-updatefolderconnections-method/m-p/1271246#M67113</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2023-03-24T05:20:00Z</dc:date>
    </item>
  </channel>
</rss>

