删除 SharePoint 中的解决方案、保留包含较旧 Web 部件的页面、使用较新 Web 部件重新部署更新的解决方案
我想要做的是保留在 SharePoint 中创建的 SharePoint 页面,同时撤回、更新然后重新部署下面的解决方案。以前有人这样做过吗,我可能会遇到什么问题?
我担心页面上旧 Web 部件的状态可能使用与新更新的 Web 部件不兼容的值。任何建议都会很棒。
What I am trying to do is to keep SharePoint pages that were created in SharePoint while the solution underneath is retracted, updated, and then redeployed. Has anyone done this before, what issues may I run into?
I'm worried that the state of the old webparts on the page may use values that are incompatable with the newer updated webparts. Any advice would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保新版本 Web 部件不会删除任何属性,并且任何添加的属性都具有默认值 - 只要您在代码中保持向后兼容性,就不应该出现任何问题。
Make sure that the new version web parts don't remove any properties and any added properties have default values - as long as you maintain backward compatibility in the code you shouldn't have any problems.