0

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

1
  • see my response to your previous post Commented Jan 27, 2010 at 14:08

1 Answer 1

2
+100

Use "MKCOL" method of "HttpWebRequest" .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.