XmlFilterObjectAddField Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Overload List

  Name Description
Public method AddField(String)
Adds a new field to the collection of field to filter. The field does not return data.
Public method AddField(String, XmlIndexQueryQueryDataTypes)
Adds a new field to the collection of field to filter on that does not return data and is of a certain data type. The name of the field must be unique and indexed and the number of fields cannot exceed PARAMETER_COUNT.
Public method AddField(String, Boolean)
Adds a new field to the collection of field to filter on, with the possibility to specify whether to return data or not.
Public method AddField(String, Boolean, XmlIndexQueryQueryDataTypes)
Adds a new field to the collection of field to filter on, with the possibility to specify whether to return data for the field and specify a data type for sorting.
Top
See Also

Reference