ListDefinitionFields Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets or sets a list of objects that defines what fields the Filter and Searchfilter should work with. All these fields must be indexed.

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

public IEnumerable<XmlFilteringFieldDefinition> Fields { get; set; }

Property Value

Type: IEnumerableXmlFilteringFieldDefinition
The fields.
See Also

Reference