XmlFilteringFieldDefinition Constructor Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new instance of the XmlFilteringFieldDefinition object, with the possiblility to specify whether to return data or not and the datatype for fields used for sorting.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public XmlFilteringFieldDefinition(
	string fieldName,
	bool returnData,
	XmlIndexQueryQueryDataTypes dataType
)

Parameters

fieldName
Type: SystemString
The name of the field to filter on. This name must be unique in the collection of fields.
returnData
Type: SystemBoolean
Indicates whether this field returns data or not.
dataType
Type: ContentStudio.Document.EPTXmlIndexQueryQueryDataTypes
Indicates the data type of the field. This value has meaning only when the field is used for sorting.
See Also

Reference