删除 SharePoint 中的解决方案、保留包含较旧 Web 部件的页面、使用较新 Web 部件重新部署更新的解决方案

发布于 2024-08-20 14:36:49 字数 146 浏览 3 评论 0原文

我想要做的是保留在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2024-08-27 14:36:49

确保新版本 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文