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


In This Topic
    YahooShoppingFeed Class Members
    In This Topic

    The following tables list the members exposed by YahooShoppingFeed.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the YahooShoppingFeed class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the status of import progress (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Top
    Public Methods
     NameDescription
    Public Method Begins an asynchronous call to our long running create and compress feed method. (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Begins an asynchronous call to our long running create, compress and upload feed method. (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Begins an asynchronous call to our long running create method. (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Begins an asynchronous call to our long running create and upload feed method. (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Compress a feed (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Create a feed and then compress the feed file (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Create a feed file, compresses and then uploads the compressed file (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Create a feed (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Creates a feed file and then upload the un-compressed feed file (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Waits for the pending asynchronous request to complete. (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Upload compressed feed (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Public Method Upload un-compressed feed (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.  To be implemented by sub-classes to generate the feed data for given products  
    Protected MethodOverridden.  To be implemented by sub-classes to generate the header row for the feed  
    Protected Method Determines whether value is a 12 digit UPC code (Inherited from CommerceBuilder.DataFeeds.FeedProviderBase)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also