Click or drag to resize
StrandsCatalogFeedProcessRequest Method
Processes request and generates XML feed of documents to the HTTP response.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public void ProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
An HttpContext associated with this request

Implements

IHttpHandlerProcessRequest(HttpContext)
See Also