是否可以导入/导出 EPiServer 社区数据(实体和属性)?
我正在从事 EPiServer Community 4 项目。在开发阶段,我设置了一些预定义实体数据(添加一些俱乐部、一些论坛……)并为它们创建/分配属性。
如何导出这些数据(实体数据及其属性/属性值)并稍后导入? (我会在为客户安装我的产品时导入)。
谢谢。
I'm working on EPiServer Community 4 project. In development phase, I setup some predefine entity data (add some clubs, some forums, ...) and create/assign attribute to them.
How can I export those data (entity data and its attribute/attribute value) and import later? (I will import when installing my product for customer).
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
但是,您可以使用名为 社区属性生成器。
这会将您的实体属性从代码同步到目标社区站点。
然而,对于内容(俱乐部、民意调查等)来说,不幸的是没有这样的导出/导入功能。
You however could use something called Community Attribute Builder.
That will sync your entity attributes from code to target Community site.
However for content (clubs, polls, etc) there is unfortunately no such a functionality to export/import.
您必须在数据库中手动执行此操作,或者创建可以读取数据并存储数据的自定义代码。没有用于导出/导入社区数据的内置功能。
You have to do this manually in the database, or create a custom code that can read the data and store it. There is no built in feature for exporting/importing community data.