How to Restart the Application with Kentico API

kentico guy asked on August 4, 2021 16:07

There's an option "restart application" in the system module, portal engine 12. Is there an API command to do this programmatically?

Correct Answer

Sunil Sharma answered on August 4, 2021 16:45

Try this link - https://devnet.kentico.com/docs/12_0/api/html/M_CMS_Helpers_SystemHelper_RestartApplication.htm

1 votesVote for this answer Unmark Correct answer

Recent Answers


kentico guy answered on August 5, 2021 16:15

@Sunil thanks, that did it CMS.Helpers.SystemHelper.RestartApplication();

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.