I have a macro expression that is as follows in K12 Portal Engine:if (!String.IsNullOrWhitespace(MyPageTypeString)) { if (MyPageTypeString.Trim().Contains(@xxxx.xxxx.net@)) { //do something } ...
Hi, I am trying to set a Search Condition in the Search results Webpart in the general tab. What I am trying to achieve is to exclude from the result all the linked pages to avoid duplications (whe...