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
The error message says that 'Title' is required. You can skip validation in the Save method by calling cRepository.Save(nPage, EPiServer.DataAccess.SaveAction.Publish | EPiServer.DataAccess.SaveAction.SkipValidation, EPiServer.Security.AccessLevel.NoAccess); A better soultion would be to specify the title for every page that you create though, if it's required that is.
I'm trying to create a page through a json import Admin Plugin that I created. But I get the following error:
My code looks like this:
[Pasting files is not allowed]