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

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

The InsertRSSFeed type exposes the following members.

Properties

  Name Description
Public property ApplicationCacheName
Sets or gets a value that identifies the component on the entire web site. The default value is "RSS_Reader_Control1".
Public property ApplicationTimeout
Sets or gets the timeout limit (in minutes) for the application cache to live before it is refreshed. The default value is 240.
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 CellPadding
Sets or gets the CELLPADDING attribute on the generated table. The default value is zero. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property CellSpacing
Sets or gets the CELLSPACING attribute on the generated table. The default value is zero. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property ClassForRow1
Sets or gets the CLASS attribute to be used with the first row displayed for each news item. The default value is an empty string. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property ClassForRow2
Sets or gets the CLASS attribute to be used with the second row displayed for each news item. The default value is an empty string. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property ClassForRow3
Sets or gets the CLASS attribute to be used with the third row displayed for each news item. The default value is an empty string. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
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.
(Overrides ActiveScriptingBaseConformance.)
Public property DateFormattingString
Sets or gets a value that indicates how DateTime values should be formatted. The default value is an empty string, using the default format of the system. For more information on the different date format strings, see the System.Globalization.DateTimeFormatInfo class documentation.
Public property DefaultItemTitleSize
Sets or gets a value that indicates the length of an alternative title when no title is supplied by the source. The alternative title is automatically constructed from the first N characters of the description followed by three dots. The default value is zero, which means that no alternative title is used.
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(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 NumberOfItems
Sets or gets a value that indicates the maximum number of displayed items in the feed. Use zero to display all available items. The default value is zero.
Public property Row1
Sets or gets a value that defines what the first row should display. The default value is RSSFields.Title. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property Row1_IsLink
Sets or gets a value that indicates if the first row should be a link to the actual new item. The default value is true. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property Row2
Sets or gets a value that defines what the second row should display. The default value is RSSFields.Description. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property Row2_IsLink
Sets or gets a value that indicates if the second row should be a link to the actual new item. The default value is false. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property Row3
Sets or gets a value that defines what the second row should display. The default value is RSSFields.Date. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property Row3_IsLink
Sets or gets a value that indicates if the third row should be a link to the actual new item. The default value is false. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property RowBackgroundColorEven
Sets or gets the background color of even numbered rows (2, 4 etc.). The default value is "#FFFFFF" (white). This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property RowBackgroundColorUneven
Sets or gets the background color of odd numbered rows (1, 3 etc.). The default value is "#F5F5F5" (light grey). This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property SecureHtmlEncoding
Sets or gets a value that indicates if the displayed result should be HTML encoded. The default value is true.
Public property SourceFile
Sets or gets the URL that acts as the source for the RSS Feed. The default value is "http://www.contentstudio.se/RSS".
Public property TableBorder
Sets or gets the BORDER attribute of the generated table. The default value is zero. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property TableCaption
Sets or gets the CAPTION attribute connected to the generated table. The default value is an empty string, which omits the attribute.
Public property TableSummary
Sets or gets the SUMMARY attribute of the generated table. The default value is an empty string, which omits the attribute.
Public property TableWidth
Sets or gets the WIDTH attribute of the generated table. The default value is "100%". This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property UseApplicationCache
Sets or gets a value that indicates if application cache should be used. The default value is false.
Public property UseWrapping
Sets or gets a value that indicates if there should be an extra space inserted between each news item. The default value is false. This property is ignored if a custom XSL stylesheet is supplied (XSLStyleSheet).
Public property XSLStyleSheet
Sets or gets the URL that contains the XSL style sheet to be used to format the inserted RSS feed. The default value is an empty string. If this property is set, all other formatting options are ignored.
Top
See Also

Reference