Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains flags used by IFeedsManager::BackgroundSync to control the operation of the Feed Download Engine.
Syntax
typedef enum FEEDS_BACKGROUNDSYNC_ACTION { FBSA_DISABLE = 0, FBSA_ENABLE = 1, FBSA_RUNNOW = 2 } FEEDS_BACKGROUNDSYNC_ACTION;
Constants
FBSA_DISABLE
Turns off background synchronization for the current user. Feeds will not be downloaded asynchronously.FBSA_ENABLE
Turns on background synchronization for the current user.FBSA_RUNNOW
Launches the Feed Download Engine immediately to synchronize overdue feeds.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also