November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
As far as I'm aware it's not exposed in Admin UI so far. One of the options would be to do it via API. Do you have to provide this feature to your site's editors?
No it's just a one off build task but I expect I might need to know how to do it for future projects (and it would be useeful to know)
You can use one of these to remove it from visitors (to recyclebin or delete completely):
var repository = ServiceLocator.Current.GetInstance<IContentRepository>();
repository.MoveToWastebasket(reference, "{user}");
repository.Delete(reference, true, AccessLevel.NoAccess);
Hello,
I have a site that has been converted from the default languages to en-GB and all pages are en-GB except the start page which is still en and en-GB. I would like to remove the en version of the start but I can't find a way to do this without going into the database and deleting manually (which I'm nervous to do as I don't know exactly what I should or shouldn't be deleting).
Does anyone know how to do this?
Thanks in advance,
Mark