Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataFeeds Namespace / FeedProviderBase Class


Version
FeedProviderBase Class Methods

For a list of all members of this type, see FeedProviderBase members.

Public Methods
 NameDescription
Public Method Begins an asynchronous call to our long running create and compress feed method.  
Public Method Begins an asynchronous call to our long running create, compress and upload feed method.  
Public Method Begins an asynchronous call to our long running create method.  
Public Method Begins an asynchronous call to our long running create and upload feed method.  
Public Method Compress a feed  
Public Method Create a feed and then compress the feed file  
Public Method Create a feed file, compresses and then uploads the compressed file  
Public Method Create a feed  
Public Method Creates a feed file and then upload the un-compressed feed file  
Public Method Waits for the pending asynchronous request to complete.  
Public Method Upload compressed feed  
Public Method Upload un-compressed feed  
Top
Protected Methods
 NameDescription
Protected Method To be implemented by sub-classes to generate the feed data for given products  
Protected Method To be implemented by sub-classes to generate the header row for the feed  
Protected Methodstatic (Shared in Visual Basic) Checks if a Url is absolute or not  
Protected Method Determines whether value is a 12 digit UPC code  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
See Also