<?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 Is there any arcobjects for working with an AGOL conexion from desktop? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-any-arcobjects-for-working-with-an-agol/m-p/611205#M16397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's a very basic question but I am new in this and any help will be very appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to develop with vb.net a button (an Add-in button for Arcgis Desktop 10.2.2) that get the username and the role who has already signed-in in ArcGIS online (with the ArcMap specific tool) in order to enable some other developed tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to develop an Add-in button with .net framework SDK and visual studio 2010. My problem is that I don't know if it is available in arcobjects&amp;nbsp; any arcgis online session object. Is it? Which arcobject allows working with arcgis online from a customize development in vb.net or do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 08:43:06 GMT</pubDate>
    <dc:creator>ItziarMartinez</dc:creator>
    <dc:date>2015-03-13T08:43:06Z</dc:date>
    <item>
      <title>Is there any arcobjects for working with an AGOL conexion from desktop?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-any-arcobjects-for-working-with-an-agol/m-p/611205#M16397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's a very basic question but I am new in this and any help will be very appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to develop with vb.net a button (an Add-in button for Arcgis Desktop 10.2.2) that get the username and the role who has already signed-in in ArcGIS online (with the ArcMap specific tool) in order to enable some other developed tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to develop an Add-in button with .net framework SDK and visual studio 2010. My problem is that I don't know if it is available in arcobjects&amp;nbsp; any arcgis online session object. Is it? Which arcobject allows working with arcgis online from a customize development in vb.net or do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 08:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-any-arcobjects-for-working-with-an-agol/m-p/611205#M16397</guid>
      <dc:creator>ItziarMartinez</dc:creator>
      <dc:date>2015-03-13T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any arcobjects for working with an AGOL conexion from desktop?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-any-arcobjects-for-working-with-an-agol/m-p/611206#M16398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Online has a full REST API: &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r300000267000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r300000267000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here you can find resources : &lt;A href="https://github.com/Esri/ago-admin-wiki/wiki/Tools" title="https://github.com/Esri/ago-admin-wiki/wiki/Tools" rel="nofollow noopener noreferrer" target="_blank"&gt;Tools · Esri/ago-admin-wiki Wiki · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for connection in arcobjects you can see also interface IArcGISSingleSignon&amp;nbsp; &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00430000000p000000" title="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00430000000p000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcObjects 10 .NET SDK Help&lt;/A&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-family: Consolas; font-size: 10pt;"&gt;IArcGISSingleSignon a = new ArcGISSingleSignonClass();
a.GetToken(IntPtr.Zero.ToInt32(), ref token, ref referer, ref expiration, ref user);&lt;/SPAN&gt;
&lt;SPAN style="font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
a.SignOut();&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-any-arcobjects-for-working-with-an-agol/m-p/611206#M16398</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2021-12-12T02:09:06Z</dc:date>
    </item>
  </channel>
</rss>

