以编程方式在 Visual Studio 2010 中创建 SharePoint 2010 Wiki 页面或 Web 部件页面
我目前正在从事 SharePoint 2010 项目。我将创建一个完整的 Web 应用程序并将其部署到 SharePoint 2010。我希望一步部署该应用程序,而无需手动创建网站页面并在线添加 Web 部件。
我想知道是否有任何方法可以在 Visual Studio 2010 中以编程方式创建 SharePoint 2010 Wiki 页面或 Web 部件页面,并将这些页面部署在 /mysite/SitePages/ 文件夹下作为默认页面?
如果用户不想要我部署的默认页面,他们仍然可以在线更改 Web 部件吗? (这是我所知道的,只有 SitePages 下的页面允许用户更改网页。那些部署在 /mysite/_layouts/ 文件夹下的页面不允许用户更改网页)
有什么办法可以做到,就像使用一样部署母版页的模块?
I am currently working a SharePoint 2010 project. I will create a full web application and deploy it to the SharePoint 2010. I want to deploy the application as a single step without manually create site page and add the web part online.
I wonder if there any way to create SharePoint 2010 Wiki Page or Web Part Page in Visual Studio 2010 Programmatically and deploy these pages under the /mysite/SitePages/ folder as a default pages?
In case the user doesn't want the default page that I deployed, they can still change the web part online? (This is what I knew, only the pages under SitePages allow user to change the web page. those page deploy under /mysite/_layouts/ folder does not allow user to change the web page)
Is there any way to do, just like use a Module to deploy a master page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
部署填充的 Web 部件页面
这是一篇博客文章,介绍如何通过功能http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?ID=56
Here's a blog post that describes how to deploy a populated web part page via a Feature
http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?ID=56