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?
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:
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