Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Do you have any listeners listen to SavingContent/SavedContent? It seems there might be code doing stuffs down the pipeline
Hi!
I am using this code to create and save a page. The page exists in one language so I want to create it in another language:
var editable = (IContent) this._contentRepository.CreateLanguageBranch(content.ContentLink, new LanguageSelector(language));
_contentRepository.Save(editable, SaveAction.SkipValidation, AccessLevel.NoAccess);
First of all, why is my page published and not saved and my are there one published page and two previously published versions?
Thanks!
/Kristoffer