サマリー
The GetActivePortalURL function returns the URL of the active portal.
説明
To add, set or edit portal connections, see Managing portal connections from ArcGIS for Desktop.
構文
GetActivePortalURL ()
戻り値
データ タイプ | 説明 |
String | The URL of the active portal. |
コードのサンプル
GetPortalInfo example
import arcpy
# For example: 'http://www.arcgis.com/'
arcpy.GetActivePortalURL()