Zusammenfassung
Returns the URL of the active portal.
Auswertung
To add, set or edit portal connections, see Managing portal connections from ArcGIS for Desktop.
Syntax
GetActivePortalURL ()
Rückgabewert
Datentyp | Erklärung |
String | The URL of the active portal. |
Codebeispiel
GetActivePortalURL example
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()