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.
Set of flags that control the sort order of feed items returned by IFeed::Xml and IXFeed::Xml.
Syntax
typedef enum FEEDS_XML_SORT_PROPERTY { FXSP_NONE = 0, FXSP_PUBDATE = 1, FXSP_DOWNLOADTIME = 2 } FEEDS_XML_SORT_PROPERTY;
Constants
FXSP_NONE
Do not sort by any property. Use together with FXSO_NONE.FXSP_PUBDATE
Sort by item's publication date.FXSP_DOWNLOADTIME
Sort in feed order or as items were received.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also