本文简要介绍 python 语言中 arcgis.gis.ContentManager.share_items
的用法。
返回:
共享
Item
对象的字典
shares_items
方法与所有人、组织成员或Group
的指定列表共享一批项目。User
只能与其所属的组共享项目。此方法与unshare_items
方法非常相似,后者实现了与share_items
完全相反的效果。Parameter
Description
items
必填清单。要修改共享的项目或项目 ID 列表。
everyone
可选的布尔值。默认为False,不与大家分享。
org
可选的布尔值。默认为 False,不与组织共享。
groups
字符串形式的组名称的可选列表、arcgis.gis.Group 对象的列表或以逗号分隔的组 ID 列表。
allow_members_to_edit
可选的布尔值。默认为 False,允许项目与允许共享更新的组共享
例子:
# Usage Example >>> gis.content.share_items(items=[item1, item2, item3], everyone=True, org=True)
相关用法
- Python ArcGIS ContentManager.search用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ContentManager.delete_folder用法及代码示例
- Python ArcGIS ContentManager.replace_service用法及代码示例
- Python ArcGIS ContentManager.advanced_search用法及代码示例
- Python ArcGIS ContentManager.can_delete用法及代码示例
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.create_folder用法及代码示例
- Python ArcGIS ContentManager.rename_folder用法及代码示例
- Python ArcGIS ContentManager.clone_items用法及代码示例
- Python ArcGIS ContentManager.add用法及代码示例
- Python ArcGIS ContentManager.bulk_update用法及代码示例
- Python ArcGIS ContentManager.delete_items用法及代码示例
- Python ArcGIS ContentManager.generate用法及代码示例
- Python ArcGIS ContentManager.analyze用法及代码示例
- Python ArcGIS ContentManager.is_service_name_available用法及代码示例
- Python ArcGIS Country.enrich用法及代码示例
- Python ArcGIS Country.subgeographies用法及代码示例
- Python ArcGIS Country.enrich_variables用法及代码示例
- Python ArcGIS Country.travel_modes用法及代码示例
- Python ArcGIS CiscoEdgeIntelligence用法及代码示例
- Python ArcGIS CategoryManager.add用法及代码示例
- Python ArcGIS CreditManager用法及代码示例
- Python ArcGIS CategorySchemaManager.delete用法及代码示例
- Python ArcGIS CertificateManager.delete用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.ContentManager.share_items。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。