Zusammenfassung
The GetActivePortalURL function returns the URL of the active portal.
Syntax
GetActivePortalURL ()
Rückgabewert
Datentyp | Erläuterung |
String | The URL of the active portal. |
Codebeispiel
GetPortalInfo example
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()