本文簡要介紹 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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。