本文简要介绍 python 语言中 arcgis.gis.ContentManager.can_delete
的用法。
用法:
can_delete(item)
返回:
字典 - 有关成功调用
can_delete
和失败调用can_delete
的示例,请参见下表。
can_delete
方法指示Item
是否可以被擦除。当can_delete
返回的响应为 true 时,可以安全地删除该项目。当返回的响应为 false 时,由于依赖性或保护设置,无法删除该项目。Parameter
Description
item
必需
Item
。要擦除的Item
。例子:
# Usage Example >>> gis.content.can_delete("9311d21a9a2047d19c0faaebd6f2cca6")
Status
Response
success
{ “itemId”:“e03f626be86946f997c29d6dfc7a9666”,“success”:真 }
failure
{ “itemId”: “a34c2e6711494e62b3b8d7452d4d6235”, “success”: false, “reason”: { “message”: “无法删除项目。删除保护已打开。” } }
相关用法
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.create_folder用法及代码示例
- Python ArcGIS ContentManager.clone_items用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ContentManager.delete_folder用法及代码示例
- Python ArcGIS ContentManager.replace_service用法及代码示例
- Python ArcGIS ContentManager.advanced_search用法及代码示例
- Python ArcGIS ContentManager.share_items用法及代码示例
- Python ArcGIS ContentManager.rename_folder用法及代码示例
- Python ArcGIS ContentManager.add用法及代码示例
- Python ArcGIS ContentManager.search用法及代码示例
- 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.can_delete。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。