Represents common types of syndication formats.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum SyndicationFormat
Public Enumeration SyndicationFormat
public enum class SyndicationFormat

Members

MemberDescription
None
No syndication format specified.
Atom
Indicates that a feed conforms to the Atom syndication format.
Rss
Indicates that a feed conforms to the RSS syndication format.

See Also

BlogEngine.Core Namespace