RSSVersion Property
The RSS protocol version of the current RSS feed.
Syntax
rsscontrol.RSSVersion[=integer]
Possible Values
rssVersionUndefined(0), rssVersion091(1), rssVersion092(2), rssVersion200(3)
Default Value
3
Remarks
This property contains the protocol version to which the current RSS feed conforms. Each version has slightly different requirements and a different set of defined standard properties. When generating an RSS feed, the control will check this value and throw an error for missing required properties.
The following are the values currently recognized by the control:
0 | rssVersionUndefined |
1 | rssVersion091 |
2 | rssVersion092 |
3 | rssVersion200 |
In order to set properties not defined in the given version, use the Namespaces properties to list and define namespaces and the GetProperty and SetProperty methods to list and define each non-standard property.
Data Type
Integer