London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
objPage.Property["PageStartPublish"] = DateTime.Now.AddDay(1);
/HAXEN
objPage.Created = objDate; //<- Nope
objPage["PageCreated"] = objDate; //<- Yup!
/Fredrik
PageData objPage = Global.EPDataFactory.GetDefaultPageData(objageReference, "My page type name", EPiServer.Security.AccessControlList.NoAccess); objPage.PageName = "My page name"; objNewPage.StartPublish = dtmStartPublish; //<-- cant do this its read only global.epdatafactory.saveobjpage episerver.dataaccess.saveaction.publish episerver.security.accesscontrollist.noaccess>
I'm sure there's a simple way of doing this that somone here can point out to me. Thanks in advance! /Fredrik