Zusammenfassung
The ListPortalURLs function returns a list of available portal URLs.
Beschreibung
For more information on portal connections, see Managing portal connections from ArcGIS for Desktop
Syntax
ListPortalURLs ()
Rückgabewert
Datentyp | Erläuterung |
String | Returns a list of available portals. |
Codebeispiel
ListPortalURLs example
import arcpy
# For example: ['http://testext.arcgis.com/', 'http://www.arcgis.com/']
print(arcpy.ListPortalURLs())