November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Hareesh,
To create a scheduled job, you have to create a class that derives from ScheduledJobBase class and decorate it with ScheduledPlugIn attribute, as described on the following link: https://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Scheduled-jobs/Scheduled-jobs/
Thanks...
I have some code in product.xml...
<product>
<product_id> 1 </product_id>
<product_name> Episerver </product_name>
<product_price>$1500</product_price>
</product>
How can I create document type and where..?
How to create a scheduler job for fetching the product.xml data and save it in the database in Episerver programmatically. Where can I create the class file...?