Zusammenfassung
Returns the URL of the active portal.
Diskussion
To add, set, or edit portal connections, see Manage portal connections from ArcGIS Pro.
Syntax
GetActivePortalURL ()
Datentyp | Erläuterung |
String | The URL of the active portal. |
Codebeispiel
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()