How do you with CAML provision a View to a already existing list? I know how to add views through list definitions.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can't add a view to a list using the declarative model as you would in a list definition. The best way to do this would be in a Feature Receiver, using .NET code. |
|||||||||
|
|
I think you can do like here : Specifying advanced webpart properties on a view in a custom module? |
|||
|