How to create a package in EPIServer to make it deployable in client side

72 Views Asked by At

I have written a code in EPIServer for creating a pagetype from code . Now I want to deploy it in client side with the help of package like things. For this the client prefer .episerverdata file . Now my question is that how to build that file and how to use that file in the client side.

Please help I am very new in this EPIServer world.

Thanks

Utpal Maity

1

There are 1 best solutions below

0
Johan Kronberg On BEST ANSWER

If your project is using PageTypeBuilder you just deploy your project's DLL. The new page type will then be automatically added.

Otherwise import and export (of .episerverdata files) is done from Admin mode.