FeedProviderBase Class Methods
In This Topic
For a list of all members of this type, see FeedProviderBase members.
Public Methods
Protected Methods
| Name | Description |
 | GetFeedData |
To be implemented by sub-classes to generate the feed data for given products
|
 | GetHeaderRow |
To be implemented by sub-classes to generate the header row for the feed
|
  | IsAbsoluteURL |
Checks if a Url is absolute or not
|
 | IsUpcCode |
Determines whether value is a 12 digit UPC code
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also