Click or drag to resize
StrandsCatalogFeed Class
Loads documents according to the settings and generates XML feed suitable for Strands. If offset and maxcount GET parameters are provided, the feed is paged.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderStrandsCatalogFeed

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 10.0.0
Syntax
C#
public sealed class StrandsCatalogFeed : IHttpHandler

The StrandsCatalogFeed type exposes the following members.

Constructors
  NameDescription
Public methodStrandsCatalogFeed
Top
Properties
  NameDescription
Public propertyIsReusable
Gets whether this handler can be reused for other request. This property is required by IHttpHandler interface.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes request and generates XML feed of documents to the HTTP response.
Top
See Also