RSS Collection Function

The RSS collection function is used to create an XML list of links that were created as a collection in the Ektron CMS400.NET Workarea and display them in RSS Syndication.

Shown here is the format of the ecmRssCollection function.

<CFMODULE template="#request.ecm.AppPath#ecmRssCollection.cfm"

id="2"

>

This function is basically the same as the RSS Collection function in ASP. See RSS Collection Function for details.

The only difference between the Coldfusion function and the ASP one is the syntax for implementing it.

Previous TopicNext Topic|