在Sharepoint文档库中创建一个子文件夹
问题描述:
我需要以编程方式在Sharepoint文档库中创建一个子文件夹. Sharepoint Web服务有办法做到这一点吗?也许某个地方的帖子可以帮助我解决这个问题?谢谢.
I need to programmatically create a subfolder in a Sharepoint document library. Is there a way to do this with Sharepoint web services? Perhaps a post somewhere that can help me with this? Thanks.
答
使用webSerivce,您可以传递Path,它将为您创建文件夹.
因此,您可以创建文件夹/SubFolders.
让我知道你是否希望看到代码,
谢谢
-山姆
Using webSerivce u can pass Path and it will create folder for you.
So u can create folders /SubFolders.
Let me know if u wanan see code,
Thanks
-Sam