November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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]