Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
RSS
Reference
Enumerations
 FEEDS_SYNC_SETTING Enumerated Type
FEEDS_SYNC_SETTING Enumerated Type

Contains values that control the feed-level behavior of the Feed Download Engine.

What's New for Windows Internet Explorer 8

By using the suggested update interval that is specified by a feed's time to live (TTL) value, users can now let the feed's author decide the frequency of updates.

Syntax

typedef enum FEEDS_SYNC_SETTING {
    FSS_DEFAULT = 0,
    FSS_INTERVAL = 1,
    FSS_MANUAL = 2,
    FSS_SUGGESTED = 3
} FEEDS_SYNC_SETTING;

Constants

FSS_DEFAULT

Use the system-defined DefaultInterval value.

FSS_INTERVAL

Use the Interval value defined by the feed.

FSS_MANUAL

Do not automatically update the feed. Use Download to manually update the feed.

FSS_SUGGESTED

Internet Explorer 8. Use the value of the Ttl property as set by the feed author.

Remarks

 New for Internet Explorer 8  In Internet Explorer 8, the FSS_SUGGESTED constant indicates that a feed's author has determined the feed's update frequency. When the corresponding option is selected in the Feed Properties dialog, the value of the Ttl property specifies the interval for the next feed update.

Enumerated Type Information

Header and IDL filesmsfeeds.h, msfeeds.idl
Minimum availabilityInternet Explorer 7
Minimum operating systems Windows XP SP2
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker