Résumé
The GetActivePortalURL function returns the URL of the active portal.
Syntaxe
GetActivePortalURL ()
Valeur renvoyée
Type de données | Explication |
String | The URL of the active portal. |
Exemple de code
GetPortalInfo example
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()