FeedDownloadCompleted Method
Occurs when a feed has finished downloading or failed.
Syntax
object.FeedDownloadCompleted(path, error)
Parameters
path Required. String that specifies the full path to the feed. error Required. Value from the FEEDS_DOWNLOAD_ERROR enumeration that indicates success or failure.
Return Value
No return value.
Remarks
The FeedDownloadCompleted event is raised when the platform has finished downloading a feed successfully, or because an error occurred. The error parameter indicates either success or the type of error. This same value can be retrieved from LastDownloadError.
Feed items are processed after the feed has been downloaded successfully.
Enclosures are downloaded separately from feeds and do not raise events.
Applies To
FeedFolderWatcher, FeedWatcher