本文簡要介紹 python 語言中 arcgis.gis.admin.UX.featured_content
的用法。
用法:
property featured_content
參數:
- content: 必需的字典,定義組織站點上函數內容區域的組和計數。 None 值會將值重置為安裝默認值。示例:{‘group’: <group id>, ‘count’: 12}
獲取/設置特色內容組信息。
- 返回
字典
- 使用示例
>>> data = ux.get_featured_content() >>> ux.set_featured_content = data True
相關用法
- Python ArcGIS User.delete用法及代碼示例
- Python ArcGIS UserManager.signup用法及代碼示例
- Python ArcGIS User.update_level用法及代碼示例
- Python ArcGIS UserManager.advanced_search用法及代碼示例
- Python ArcGIS User.reset用法及代碼示例
- Python ArcGIS User.generate_direct_access_url用法及代碼示例
- Python ArcGIS UserManager.search用法及代碼示例
- Python ArcGIS User.unlink_account用法及代碼示例
- Python ArcGIS UserManager.counts用法及代碼示例
- Python ArcGIS UserManager.create用法及代碼示例
- Python ArcGIS User.link_account用法及代碼示例
- Python ArcGIS UserManager.get用法及代碼示例
- Python ArcGIS UserManager.enable_users用法及代碼示例
- Python ArcGIS UserManager.invite用法及代碼示例
- Python ArcGIS User.items用法及代碼示例
- Python ArcGIS User.landing_page用法及代碼示例
- Python ArcGIS User.reassign_to用法及代碼示例
- Python ArcGIS UserManager.send_notification用法及代碼示例
- Python ArcGIS UserManager.disable_users用法及代碼示例
- Python ArcGIS User.get_thumbnail用法及代碼示例
- Python ArcGIS User.update用法及代碼示例
- Python ArcGIS power用法及代碼示例
- Python ArcGIS APIKeyManager.get用法及代碼示例
- Python ArcGIS ContentManager.unshare_items用法及代碼示例
- Python ArcGIS ImageryLayer.thumbnail用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis.admin.UX.featured_content。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。