Ektron CMS400.Net Reference

>>Using Other Development Frameworks > CustomJSPFunctions > XML List Summary Function

XML List Summary Function

The XML List Summary function wraps XML around the properties of a list of content, created as a list summary in the Ektron CMS400.NET Workarea. Once created, you can use the XML to display the list summary information. The ecmListSummaryXML function allows you to easily define how the list summary data appears on the Web page.

<%= ecmListSummaryXML (String Folder, int Recursive, String OrderBy, int MaxNumber, String ObjType, String SummaryType) %>

This function is basically the same as the List Summary XML function in ASP. See XML List Summary Function for details.

The only difference between the JSP function and the ASP one is the syntax for implementing it. The JSP example is below.

<%= ecmListSummaryXML("\\CMS400Developer\\",0,"Title,asc",0,"folder",""); ?>


Visit the Ektron Dev Center at http://dev.ektron.com 1-866 - 4 - EKTRON

Ektron CMS400.NET Reference Version 8.02 SP1 Rev 1

Ektron Documentation,© 2011 Ektron, Inc.