Zusammenfassung
Returns the URL of the active portal.
Syntax
GetActivePortalURL ()
| Datentyp | Erläuterung |
| String | The URL of the active portal. |
Codebeispiel
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()Returns the URL of the active portal.
GetActivePortalURL ()
| Datentyp | Erläuterung |
| String | The URL of the active portal. |
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()