Skip To Content

GetActivePortalURL

Resumen

Returns the URL of the active portal.

Sintaxis

GetActivePortalURL ()
Valor de retorno
Tipo de datosExplicación
String

The URL of the active portal.

Muestra de código

GetActivePortalURL example
import arcpy

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

Temas relacionados