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

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

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.

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

public XmlIndexQueryQueryDataTypes[] DataTypes { get; set; }

Property Value

Type: XmlIndexQueryQueryDataTypes
Exceptions

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

Before specifying another value that the default you must ensure that all data in the field can be converted to this data type.
See Also

Reference