IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

RSSVersion Property

The RSS protocol version of the current RSS feed.

Syntax

[VB.NET]
Public Property RSSVersion As RsssRSSVersions

[C#]
public RsssRSSVersions RSSVersion {get; set;}

enum RsssRSSVersions { rssVersionUndefined, rssVersion091, rssVersion092, rssVersion200 }

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 component will check this value and throw an error for missing required properties.

The following are the values currently recognized by the component:

0rssVersionUndefined
1rssVersion091
2rssVersion092
3rssVersion200

In order to set properties not defined in the given version, use the Namespaces collection to list and define namespaces and the GetProperty and SetProperty methods to list and define each non-standard property.

Default Value

3

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0