Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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?