Ektron CMS400.Net Reference

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

RSS List Summary Function

The RSS summary function is used to create an XML list of content summaries for RSS Syndication. Shown here is the format of the RSS list summary function:

<%= ecmRssSummary (java.lang.String Folder, boolean Recursive, java.lang.String OrderBy, int MaxNumber) %>

This function is basically the same as the RSS Summary function in ASP. See RSS 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.

<%= ecmRssSummary("\\CMS400Developer\\", false, "Title,asc", 0) %>


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.