RSSFeederDataFields Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

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.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string[] DataFields { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
IndexOutOfRangeExceptionThe supplied array of values has a more than PARAMETER_COUNT -2 members.
See Also

Reference