开发者

Programmatically creating new column in Sharepoint List using Web Services in C#

开发者 https://www.devze.com 2022-12-19 00:43 出处:网络
I have new list using AddList function of Lists Web Service. No i want to add new columns into it. I tried code given on Lists.UpdateListItems Method:

I have new list using AddList function of Lists Web Service.

No i want to add new columns into it. I tried code given on Lists.UpdateListItems Method: https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-services/ms772668(v=office.12)

But not getting solution yet. It is simply adding new value to existing Columns.

Note: Using Web Services. (I am 开发者_如何转开发not using Microsoft.Sharepoint.dll)


I believe you are looking at the wrong MSDN article.

Try Lists.UpdateList Method https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-services/ms774660(v=office.12).

0

精彩评论

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