RSSFeeder Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The RSSFeeder type exposes the following members.

Properties

  Name Description
Public property ApplicationTimeout
Sets or gets a value that indicates the time (in minutes) how long the application cache should cache its result. If the value is zero, there is no timeout limit. The cache can be recycled depending on the size of the total application cache. The default value is zero. This parameter has no meaning if the UseApplicationCache property is false.
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property CategoryID
Sets or gets a value that indicates a document category to use. This category must be a valid EPT document category. The default value is zero.
Public property ComponentName
Gets the name of the component.
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate. Since RSSFeeder returns pure XML this property not applicable.
(Overrides ActiveScriptingBaseConformance.)
Public property DataFields
Sets or gets an array of EPT field that contains the data to write to the RSS feed. The default value is an array with XmlIndexQuery.PARAMETER_COUNT-2 members that are initialized with empty strings. The first field name must specify the name of the EPT field containing the item title. The second field name must specify the name the EPT field containing the item description. The rest of the members specifies the name the EPT field that you would like to filter on.
Public property DataTypes
Sets or gets the data type for the DataFields field. The default value is an array with PARAMETER_COUNT members filled with the XmlIndexQuery.QueryDataTypes.String value.
Public property Description
Sets or gets the description of the feed. The default value is an Empty string.
Public property ElementType
Gets a value which specifies the type of outer element the component generates. Since RSSFeeder returns pure XML this property not applicable.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property Code example FilterCriteria
Sets or gets an expression to filter on. The default value is an empty string. The expression should be the WHERE clause of an T-SQL statement using the field you specified in one or more of the DataFields parameter members. The field name must be enclosed in brackets and must have correct casing. Do not include the WHERE keyword.
Public property ItemsToReturn
Sets or gets a value that indicates the maximum number of returned items in the feed. Use zero to return all available items. The default value is 10.
Public property LanguageCode
Sets or gets the language code of the feed. The default value is "en-gb".
Public property Link
Sets or gets the main link of the feed. The default value is an Empty string.
Public property PresentationTemplate
Sets or gets a value that indicates a presentation template to use. Use zero if no presentation template is used. The default value is zero.
Public property RSSConformanceLevel
A value that specifies at what specification level the RSS should be generated. The default value is ConformanceLevel.RSS2Spec.
Public property Title
Sets or gets the title of the whole RSS feed. The default value is an Empty string.
Public property UseApplicationCache
Sets or gets a value that indicates if the application cache should be used. The default value is false.
Top
See Also

Reference