Creating New list in Sharepoint on specified Path.
Posted
by Pari
on Stack Overflow
See other posts from Stack Overflow
or by Pari
Published on 2010-01-30T07:15:47Z
Indexed on
2010/03/22
8:01 UTC
Read the original article
Hit count: 262
sharepoint2007
|c#
Hi,
I want to programatically create list on Sharepoint using Web Services. I tried "Lists.AddList Method" but it would create list in current site only.
Is there any other way to create list? (Using Web Services : C#)
© Stack Overflow or respective owner