Name | Description | |
---|---|---|
FeedOperationStatus | Gets or sets the status of import progress |
The following tables list the members exposed by FeedProviderBase.
Name | Description | |
---|---|---|
FeedOperationStatus | Gets or sets the status of import progress |
Name | Description | |
---|---|---|
BeginCreateCompressFeed | Begins an asynchronous call to our long running create and compress feed method. | |
BeginCreateCompressUploadFeed | Begins an asynchronous call to our long running create, compress and upload feed method. | |
BeginCreateFeed | Begins an asynchronous call to our long running create method. | |
BeginCreateUploadFeed | Begins an asynchronous call to our long running create and upload feed method. | |
CompressFeed | Compress a feed | |
CreateCompressFeed | Create a feed and then compress the feed file | |
CreateCompressUploadFeed | Create a feed file, compresses and then uploads the compressed file | |
CreateFeed | Create a feed | |
CreateUploadFeed | Creates a feed file and then upload the un-compressed feed file | |
EndFeedOperation | Waits for the pending asynchronous request to complete. | |
UploadCompressedFeed | Upload compressed feed | |
UploadUncompressedFeed | Upload un-compressed feed |
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 |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |