<?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: Is There Example of FeatureLayer Editing Using Branch Versioning in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-example-of-featurelayer-editing-using/m-p/1472884#M11538</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/632615"&gt;@Gurunara&lt;/a&gt; -&amp;nbsp;&lt;SPAN&gt;If you haven't already&lt;/SPAN&gt;&lt;SPAN&gt;, please familiarize yourself with versioning vocabulary by&amp;nbsp;watching the &lt;A href="https://www.youtube.com/watch?v=aW_fKevf4HQ" target="_self"&gt;DevSummit branch versioning talk&lt;/A&gt; and the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geodatabase#versioning" target="_self"&gt;conceptual doc&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then refer to the following steps to edit a feature layer in a branch version:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Find the feature layer from a Map -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11863.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11863.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get the feature class from the feature layer - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11591.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11591.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get the geodatabase from the feature&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class -&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic6963.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic6963.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Check if your data store/geodatabase&amp;nbsp; supports versioning -&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7102.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7102.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Create a version using the VersionDescription, if&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;needed-&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic17120.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic17120.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Find and connect to the version - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7762.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7762.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;From the version, open the feature class to modify or create a row - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7606.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7606.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Post the changes to the default version - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75116.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75116.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;More Pro SDK versioning code snippets -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#versioning" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#versioning&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 15 May 2024 14:09:28 GMT</pubDate>
    <dc:creator>Aashis</dc:creator>
    <dc:date>2024-05-15T14:09:28Z</dc:date>
    <item>
      <title>Is There Example of FeatureLayer Editing Using Branch Versioning</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-example-of-featurelayer-editing-using/m-p/1470998#M11537</link>
      <description>&lt;P&gt;Somewhat new to branch versioning:&lt;/P&gt;&lt;P&gt;1) Is there example (sample code) of FeatureLayer editing using branch versioning given a feature service/layer url?&lt;/P&gt;&lt;P&gt;2) Same for adding a new feature using branch versioning?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 05:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-example-of-featurelayer-editing-using/m-p/1470998#M11537</guid>
      <dc:creator>Gurunara</dc:creator>
      <dc:date>2024-05-15T05:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is There Example of FeatureLayer Editing Using Branch Versioning</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-example-of-featurelayer-editing-using/m-p/1472884#M11538</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/632615"&gt;@Gurunara&lt;/a&gt; -&amp;nbsp;&lt;SPAN&gt;If you haven't already&lt;/SPAN&gt;&lt;SPAN&gt;, please familiarize yourself with versioning vocabulary by&amp;nbsp;watching the &lt;A href="https://www.youtube.com/watch?v=aW_fKevf4HQ" target="_self"&gt;DevSummit branch versioning talk&lt;/A&gt; and the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geodatabase#versioning" target="_self"&gt;conceptual doc&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then refer to the following steps to edit a feature layer in a branch version:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Find the feature layer from a Map -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11863.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11863.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get the feature class from the feature layer - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11591.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11591.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get the geodatabase from the feature&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class -&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic6963.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic6963.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Check if your data store/geodatabase&amp;nbsp; supports versioning -&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7102.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7102.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Create a version using the VersionDescription, if&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;needed-&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic17120.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic17120.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Find and connect to the version - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7762.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7762.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;From the version, open the feature class to modify or create a row - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7606.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7606.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Post the changes to the default version - &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75116.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75116.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;More Pro SDK versioning code snippets -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#versioning" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#versioning&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 15 May 2024 14:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-example-of-featurelayer-editing-using/m-p/1472884#M11538</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2024-05-15T14:09:28Z</dc:date>
    </item>
  </channel>
</rss>

