Table of Contents

Class XMLProvider

Namespace
Dynamicweb.Ecommerce.Feeds
Assembly
Dynamicweb.Ecommerce.dll
[AddInName("Dynamicweb.Ecommerce.Feeds.XMLProvider")]
[AddInLabel("XML feed provider")]
[AddInActive(true)]
public class XMLProvider : FeedProvider, IDropDownOptions
Inheritance
XMLProvider
Implements
Inherited Members

Properties

XSLTStylesheet

[AddInParameter("XSLT Stylesheet")]
[AddInParameterEditor(typeof(TemplateParameterEditor), "inputClass=inputControl;folder=Templates/Feeds;AllowedExtensions=xslt")]
public string XSLTStylesheet { get; set; }

Property Value

string

Methods

GetContentType()

Gets the content type for the output
public override string GetContentType()

Returns

string

GetOutput(Feed, FeedContextConfiguration)

This method is used to get the output of the feed
public override string GetOutput(Feed feed, FeedContextConfiguration feedContextConfiguration)

Parameters

feed Feed
The feed which should be used as the source for the output
feedContextConfiguration FeedContextConfiguration

Returns

string
To top