本文简要介绍 python 语言中 arcgis.gis.ContentManager.create_folder
的用法。
用法:
create_folder(folder, owner=None)
返回:
如果创建了文件夹,则如下所示的 json 对象: {“username”: “portaladmin”,”id”: “bff13218991c4485a62c81db3512396f”,”title”: “testcreate”};否则没有。
create_folder
方法为给定的所有者创建一个具有给定文件夹名称的文件夹。注意:
如果文件夹已经存在,
create_folder
方法什么也不做。此外,如果未指定所有者,则将所有者设置为登录用户。Parameter
Description
folder
必需的字符串。要为所有者创建的文件夹的名称。
owner
可选字符串。用户,文件夹所有者,登录用户无。
例子:
# Usage Example >>> gis.content.create_folder("Hurricane_Data", owner= "User1234")
相关用法
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.can_delete用法及代码示例
- 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.create_folder。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。