ASPX templates
Version 3.x > ASPX templates > Autmated Export of objects View modes: 
User avatar
Guest
cy@getspringbox.com - 8/19/2008 11:24:04 AM
   
Autmated Export of objects
Is there a way to handle the export functions of selected/all objects from a site so that it could be integrated into and automated build or merge process?

Maybe something that would run from the command line?


User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 8/20/2008 6:00:38 AM
   
RE:Autmated Export of objects
Hi,

you could create the needed functionality by yourself - there is an opportunity to use our API. You could find more information here: http://kentico.com/downloads/kenticocms_api.zip
Please find the chapter CMS.CMSImportExport.

Maybe you could find some inspiration for writing the code in some files in ~/CMSSiteManager/Sites.

You could take an advantage of scheduling – please see here http://kentico.com/docs/devguide/scheduling_a_custom_code.htm for more details.

Best regards,
Helena Grulichova