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
var contentRepo = ServiceLocator.Current.GetInstance<IContentRepository>(); contentRepo.Save(model,SaveAction.CheckIn,AccessLevel.NoAccess );
This will save publish every time. Episerver 8
Maybe forgot to filter a rendered list on published status?
Check filter for visitor below Episerver.Filters namespace in that case.
When editing a page or shared block, editors has the option to set it as "Ready to Publish" when it is saved.
How can I give content this status programmatically?