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
I might be missing something here, but this might work:
Create a class that derives from PropertyDateControl and override the CreateEditControls or perhaps the SetupEditControl method. In this method, set Visible = false for the EditControl (or somehow disable it) IF the Name property equals "PageStartPublish" (or whatever it is). Then in your global class, use the Application_Start event handler to replace the PropertyDateControl with your derived class using PropertyControlClassFactory.Instance.RegisterClass.
Hi
I want to remove the possibility to set the Start Publish for a page type.
It’s Possible?