Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用客户端对象模型创建子文件夹。 我知道如何在文档库下创建文件夹,但我不知道如何在文件夹或 listItem 下创建文件夹。
您需要将 ListItemCreationInformation 的 FolderUrl 属性设置为父文件夹。
FolderUrl的属性ListItemCreationInformation必须设置folder.ServerRelativeUrl。许多其他关于这种情况的建议都没有提到这一基本要求。我很困惑,要传递哪个 URL,并且在传递绝对 URL 或其他变体时浪费了很多时间与错误作斗争。
FolderUrl
ListItemCreationInformation
folder.ServerRelativeUrl