本文簡要介紹 python 語言中 arcgis.apps.hub.sites.Site.search
的用法。
用法:
search(query=None, item_type=None)
返回:
與此網站共享的項目列表。
搜索和過濾網站的內容。
Parameter
Description
query
可選字符串。根據標題中是否存在搜索查詢來過濾項目。
item_type
可選列表。返回特定類型的項目。
例子:
# USAGE EXAMPLE: Succcessfully fetch items of item_type 'Web Mapping Application' for particular query 'school' for site site1 = myHub.sites.get('itemId12345') site_apps = site1.search(query='school', item_type='Web Map') site_apps >> List of relevant items
相關用法
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS SiteManager.get_by_domain用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
- Python ArcGIS Sidecar用法及代碼示例
- Python ArcGIS SingleFieldGeometry用法及代碼示例
- Python ArcGIS StoryMap.move用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.hub.sites.Site.search。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。