Try our conversational search powered by Generative AI!

FieldOrder for custom property

Vote:
 
Hello, I would like to move my property named "PageTitle" to the top of the information tab in edit mode (above PageStartPublish and PageName). I used such code and put it LoadedPage event: string url = HttpContext.Current.Request.Url.AbsolutePath; if (url.Contains("EditPanel")) { if (pdColl.Exists("PageTitle")) { pdColl["PageTitle"].FieldOrder = pdColl["PageName"].FieldOrder; } } but it does not work. If someone has some suggestions, please write. Best Regards, Michal Golda
#13299
Dec 14, 2007 8:57
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.