There's an option "restart application" in the system module, portal engine 12. Is there an API command to do this programmatically?
Try this link - https://devnet.kentico.com/docs/12_0/api/html/M_CMS_Helpers_SystemHelper_RestartApplication.htm
@Sunil thanks, that did it CMS.Helpers.SystemHelper.RestartApplication();
CMS.Helpers.SystemHelper.RestartApplication();
Please, sign in to be able to submit a new answer.