本文简要介绍 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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。