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 specify the XML markup returned by IFeed::Xml and IXFeed::Xml.
Syntax
typedef enum FEEDS_XML_INCLUDE_FLAGS { FXIF_NONE = 0, FXIF_CF_EXTENSIONS = 1 } FEEDS_XML_INCLUDE_FLAGS;
Constants
FXIF_NONE
Return standard XML markup only.FXIF_CF_EXTENSIONS
Include additional namespace elements for Simple List Extensions (SLE).
Remarks
Simple List Extensions are used to implement a lightweight list and declare which sub-elements of the item represent properties that can be sorted and/or grouped. For additional information, see Simple List Extensions.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.IDL Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also