ISearchSchemaExceptionSetFields Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetFields(
IEnumerable<ISearchFieldException> fieldExceptions
)
Sub SetFields (
fieldExceptions As IEnumerable(Of ISearchFieldException)
)
void SetFields(
IEnumerable<ISearchFieldException^>^ fieldExceptions
)
abstract SetFields :
fieldExceptions : IEnumerable<ISearchFieldException> -> unit
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]