Tagged Questions
0
votes
0answers
55 views
Site-scoped feature with both Modules and Visual Web Parts
I have a Feature with Modules that place files in the Master Page Gallery, and I recently added Visual Web Parts to the feature. Then I realized at some point the copying of files into the Gallery had ...
0
votes
1answer
260 views
Page not appearing in site pages library
I want to deploy a page to the sitepages library. When i deploy this code it does not appear.
However when i go to the url manually e.g. contoso.com/SitePages/mytestpage.html, i get the 'save as' ...
1
vote
0answers
512 views
How can I specify the ID of a XsltViewWebPart?
In a module, I'm deploying a webpart page where I put a view to a list :
<View WebPartZoneID="Body"
WebPartOrder="3"
List="related"
BaseViewID="4"
...