开发者

How to create folder in Sharepoint on specified url using web services?

Currently i am using DWS CreateFolder function to create folder on Sharepoint (using C#). But problem i am facing is that:

As per CreateFolder Defination:

http://msdn.microsoft.com/en-us/library/ms774480.aspx

(Def: Creates a subfolder in the document library of the current Document Workspace site)

It is creating folder in current workspace i.e not on url path i am giving.(in my case it is creating folder in Style Library)

My Previous post:

开发者_开发技巧

DWS CreateFolder() files are getting created on shareppoint "Style Library"

Is there any other way to createfolder?

Regards, Jene


Use "MKCOL" method of "HttpWebRequest" .

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜