I am using the following line of code to list the categories and subcategories in my aspdnsf site.
Does anyone know how I can limit the categories that show up in that list? I do not want one whole top-level category to ever show when the pages are loaded.Code:<aspdnsf:EntityControl ID="ctrlEntityCategory" runat="server" Header="leftnav" EntityType="Category" MaxMenuSize="<%$ Tokens:AppConfigUSInt, MaxMenuSize %>" />