views:

25

answers:

1

Hi,

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.

A: 

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.

Tom Stenius