I wanted to create a page that had category links and descriptions from a particular level of site categories and I couldn't find a way to access that information in a transformation?
Any help would be greatly appreciated.
Thanks
Use the Category List webpart.
Title: <asp:HyperLink ID="lnkCategoryList" runat="server" EnableViewState="false"></asp:HyperLink>
<asp:HyperLink ID="lnkCategoryList" runat="server" EnableViewState="false"></asp:HyperLink>
Description: <%# Eval("CategoryDescription") %>
<%# Eval("CategoryDescription") %>
Does anyone know of a way to make this happen?
Please, sign in to be able to submit a new answer.