GetActivePortalURL

Diese ArcGIS 2.8-Dokumentation wurde archiviert und wird nicht mehr aktualisiert. Inhalt und Links sind möglicherweise veraltet. Verwenden Sie die aktuelle Dokumentation.

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 ()
Rückgabewert
DatentypErläuterung
String

The URL of the active portal.

Codebeispiel

GetActivePortalURL example
import arcpy

# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()

Verwandte Themen