XmlFilterObjectAddField Method (String, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Adds a new field to the collection of field to filter on, with the possibility to specify whether to return data or not.

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

public void AddField(
	string fieldName,
	bool returnData
)

Parameters

fieldName
Type: SystemString
The name of the field to filter on. The field name must be unique and cannot be null or Empty, nor can its length exceed MAX_FIELD_NAME_SIZE characters.
returnData
Type: SystemBoolean
Indicates whether this field returns data or not.
Exceptions

ExceptionCondition
CSInvalidParameterExceptionThere are too many fields in the collection.
ArgumentNullExceptionThe FieldName cannot be null.
ArgumentExceptionThe field name already exists in the collection
Remarks

If this field is used for sorting the data type is the default String data type.
See Also

Reference