<?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: What is the equivalent get method to setGDBVersion() ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472628#M43807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, deleting the gdbVersion will not be useful. You need to use setGDBVersion method only. As there are dependent properties / activities that needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14359493335229825 jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14359493335229825"&gt;&lt;P&gt;theLayer.setGDBVersion(null);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 18:49:12 GMT</pubDate>
    <dc:creator>thejuskambi</dc:creator>
    <dc:date>2015-07-03T18:49:12Z</dc:date>
    <item>
      <title>What is the equivalent get method to setGDBVersion() ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472625#M43804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to check to see which version has been specified for a feature layer, but haven't found the property or method to identify this.&amp;nbsp; Does anyone know where it is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472625#M43804</guid>
      <dc:creator>TimDine</dc:creator>
      <dc:date>2015-07-02T16:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent get method to setGDBVersion() ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472626#M43805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the featureLayer has gdbVersion property. But, it would be undefined if you have not used setGDBVersion()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472626#M43805</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-07-02T17:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent get method to setGDBVersion() ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472627#M43806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfectly, and I see it populated in the console once I've run setGDBVersion().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice it's not in the documentation at &lt;A href="https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html#properties"&gt;https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html#properties&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14358669404059687 jive_text_macro" data-renderedposition="134_8_912_16" jivemacro_uid="_14358669404059687"&gt;delete theLayer.gdbVersion;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove the set version property and return it back to the default when necessary.&amp;nbsp; I assume since it doesn't exist in the original state that having it there an null would cause problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 19:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472627#M43806</guid>
      <dc:creator>TimDine</dc:creator>
      <dc:date>2015-07-02T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent get method to setGDBVersion() ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472628#M43807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, deleting the gdbVersion will not be useful. You need to use setGDBVersion method only. As there are dependent properties / activities that needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14359493335229825 jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14359493335229825"&gt;&lt;P&gt;theLayer.setGDBVersion(null);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 18:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472628#M43807</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2015-07-03T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the equivalent get method to setGDBVersion() ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472629#M43808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The missing (from the docs) gdbVersion property will be doc'd in the next release (3.14) - for both FeatureLayer and ArcGISDynamicMapServiceLayer.&amp;nbsp; Thank you for pointing out the missing doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 22:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-equivalent-get-method-to-setgdbversion/m-p/472629#M43808</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-07-07T22:20:36Z</dc:date>
    </item>
  </channel>
</rss>

