c# - Setting "Show editor for creation date time" programmatically -
i'm trying alter common settings content type show editor creation date time. know can done via admin, through code, deployment in future.
the problem is, don't know right name common part setting , field. far have this:
.withpart("commonpart", builder3 => builder3 .withsetting("commonsettings.showcreatedutceditor", "true"))' but wrong. see lot online show commontypepartsettings.showcreatedutceditor these way in 2011. not sure if still applies.
anybody know exactly? or way find it?
any piece of advise or information highly appreciated. thanks!
the correct setting name date editor "dateeditorsettings.showdateeditor". , corresponding setting owner editor "ownereditorsettings.showownereditor".
Comments
Post a Comment