Skip To Content

GetActivePortalURL

Zusammenfassung

Returns the URL of the active portal.

Syntax

GetActivePortalURL ()
Rückgabewert
DatentypErklärung
String

The URL of the active portal.

Codebeispiel

GetActivePortalURL example
import arcpy

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

Verwandte Themen