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

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

Sets or gets a value describing what type of data that should be returned and how the corresponding SQL statement should be processed. The default value is XmlIndexQuery.QueryAggregate.None. None A standard SQL statment is used SelectDistinctValues Return distinct values from all chosen fields. GoupAndCount Return distinct values from all chosen fields, and adding the parameter AggregateValue (column aggregatevalue) containing the number of distinct values. The default sort order of AggregateValue is ascending. Min The SQL aggregate function MIN is used. The first field must be an integer. Max The SQL aggregate function MAX is used. The first field must be an integer. Avg The SQL aggregate function AVERAGE is used. The first field must be an integer.

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

public XmlIndexQueryQueryAggregate ReturnType { get; set; }

Property Value

Type: XmlIndexQueryQueryAggregate
See Also

Reference