Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to do "Republish entire site" from the API, like when right clicking the "Content" node in the back end and running the menu item?
Think you can use umbraco.library.RefreshContent()
Cheers,
Richard
We wrote an article explaining how to do this using a generic handler in case anyone is wondering how it's done:
Refreshing the entire site would simple involve calling a URL.
http:www.tekcent.com/articles/2013/republish-umbraco-content-in-continuous-integration-server/
Hope that helps.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Republish entire site from API
Is there a way to do "Republish entire site" from the API, like when right clicking the "Content" node in the back end and running the menu item?
Think you can use umbraco.library.RefreshContent()
Cheers,
Richard
We wrote an article explaining how to do this using a generic handler in case anyone is wondering how it's done:
Refreshing the entire site would simple involve calling a URL.
http:www.tekcent.com/articles/2013/republish-umbraco-content-in-continuous-integration-server/
Hope that helps.
is working on a reply...