ISearchSchemaExceptionSetFields Method Ingeniux CMS Content Store API

Updates the collection of Field configurations with given collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void SetFields(
	IEnumerable<ISearchFieldException> fieldExceptions
)

Parameters

fieldExceptions
Type: System.Collections.GenericIEnumerableISearchFieldException
Collection of field configuration entry to set
Remarks

This method will clear the existing collection and replace with the given collection

See Also

Reference

[!:Ingeniux.CMS.ISearchSchemaException.IncludeInGlobalSearchy]