XmlFilterObject Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The XmlFilterObject type exposes the following members.

Methods

  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.
Public method Equals (Inherited from Object.)
Public method ExistsField
Determines whether the collection contains the specified field name.
Public method Filter
When implemented in derived classes, performs the actual filtering against Content Studio
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveField
Removes the XmlFilteringFieldDefinition with the specified name from the collection.
Public method ToString (Inherited from Object.)
Top
See Also

Reference