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

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

Gets or sets the xml indexed fields to return.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(UniqueMembersStringArrayConverter))]
public string[] Fields { get; set; }

Property Value

Type: String
The fields to return as an array. Max PARAMETER_COUNT can be returned.
Exceptions

ExceptionCondition
ArgumentExceptionA field exists more than once
ArgumentOutOfRangeExceptionToo many elements was supplied, the number of elements cannot exceed PARAMETER_COUNT.
Remarks

When Aggregation is used the fieldname field is ignored.
See Also

Reference