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
CurrentPage.Property["PageChildOrder"]
.
Also, if you need it, the property that corresponds to "Sort Index" in edit mode is named "PagePeerOrder".
/Mark
CurrentPage.Property["PageChildOrder"]
will give you an int that corresponds to the EPiServe.Filters.FilterSortOrder that Frank mentioned.
I tried the following variation to the Sort order
pageListDataControl.SortOrder = (EPiServer.Filters.FilterSortOrder)Enum.Parse(typeof(EPiServer.Filters.FilterSortOrder), CurrentPage["PageChildOrderRule"].ToString());