Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a requirement to create a view to SharePoint list with "Boxed" style using SharePoint managed(.NET/C#) Client Object model.

I tried googling it but there is no way to create view with a specific style Id using Client object model.

Please help me...
Posted

1 solution

We can do this using RPC calls provided by SharePoint

By using UpdateView or NewView RPC call we can achieve this.

Follow links: http://msdn.microsoft.com/en-us/library/ms459955(v=office.14).aspx[^]

http://msdn.microsoft.com/en-us/library/ms196413(v=office.14).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900