GetActivePortalURL

La documentación de ArcGIS 2.6 se ha archivadod y ha dejado de actualizarse. El contenido y los enlaces pueden estar obsoletos. Consulte la documentación más reciente.

Resumen

Returns the URL of the active portal.

Debate

To add, set, or edit portal connections, see Manage portal connections from ArcGIS Pro.

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