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
protected string NewNewsArticle(string width, string height) { string pageURL = "/edit/NewPage.aspx?pagetype=OrdinaryPage" + "&id=" + CurrentPage.Property["NewsListID"]; return "
1. NewPage.aspx (and EditPage.aspx) have several input properties. " pagetype is one id is another and mode is a third. what is mode and what other properties can i use 2. if i do not use pagetype=", I get the page where I have to select which page type I want to use. How can I manually choose what pagestypes are to be displayed? I tried e.g. " pagetype="OrdinaryPage,PageList,NewsPage'," but that didnt work. 3. what property do i have to use for not allowing users to publish article but they can create them and send them for approval />