1
DWS CreateFolder() showing “Result” – C#
Hi, i would like to create a folder in Shareopoint 2007 with c#. Using DWS Web Service. Code: dwsFolder.CreateFolder(@”Test_FormLib/myNewFolder”); If I use the program for the first time, i get the message: (No Error) the Second time, i get the message: AlreadyExists But i do not see the folder on my website!? What am I [...]
Answer Question
| January 25, 2010 11:16 AM
C#, DWS Web Service, SharePoint, SharePoint 2007
Hi, i would like to create a folder in Shareopoint 2007 with c#. Using DWS Web Service. Code: dwsFolder.CreateFolder(@”Test_FormLib/myNewFolder”); If I use the program for the first time, i get the message: (No Error) the Second time, i get the message: AlreadyExists But i do not see the folder on my website!? What am I [...]
1





