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

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

This class is used with Xml filtering and defines a field to filter on or return data for.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.EPTXmlFilteringFieldDefinition

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

[SerializableAttribute]
public sealed class XmlFilteringFieldDefinition

The XmlFilteringFieldDefinition type exposes the following members.

Constructors

  NameDescription
Public methodXmlFilteringFieldDefinition
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.
Top
Properties

  NameDescription
Public propertyDataType
Gets the datatype of the field. This property has meaning only when the field is used for sorting.
Public propertyFieldName
Gets the name of the field.
Public propertyReturnsData
Gets a value that indicates whether the field should return data when used in the filter query.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference