Click or drag to resize

ISearchSchemaExceptionSetFields Method


Updates the collection of Field configurations with given collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void SetFields(
	IEnumerable<ISearchFieldException> fieldExceptions
)

Parameters

fieldExceptions  IEnumerableISearchFieldException
Collection of field configuration entry to set
Remarks

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

See Also