ListPortalURLs

AllSource 1.3    |

摘要

返回可用门户 URL 列表。

语法

ListPortalURLs ()
返回值
数据类型说明
String

返回可用门户列表。

代码示例

ListPortalURLs 示例
import arcpy

# For example: ['http://testext.arcgis.com/', 'http://www.arcgis.com/']
print(arcpy.ListPortalURLs())

在本主题中