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_ORDER { FXSO_NONE = 0, FXSO_ASCENDING = 1, FXSO_DESCENDING = 2 } FEEDS_XML_SORT_ORDER;
Constants
FXSO_NONE
Do not apply a sort direction. Use together with FXSP_NONE.FXSO_ASCENDING
Sort from first to last, or smallest to largest.FXSO_DESCENDING
Sort from last to first, or largest to smallest.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also