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.5.94
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