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
<%=((episerver.core.pagedata)getarticle())["pagename"]%>%=((episerver.core.pagedata)getarticle())["pagename"]%>
PageData pd = GetPage(new PageReference(CurrentPage.Property["articleRotation"].ToString())); PageDataCollection pdc = GetChildren(pd.PageLink); foreach (PageData data in pdc) { if (pd.PageLink != data.PageLink) pdc.Remove(data); } return pdc;
I have not tested this code, so I don't know if it works.