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


In This Topic
    FeedProviderBase Class Members
    In This Topic

    The following tables list the members exposed by FeedProviderBase.

    Public Properties
     NameDescription
    Public Property Gets or sets the status of import progress  
    Top
    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