ISearchSchemaExceptionSetFields Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid SetFields(
IEnumerable<ISearchFieldException> fieldExceptions
)
Sub SetFields (
fieldExceptions As IEnumerable(Of ISearchFieldException)
)
void SetFields(
IEnumerable<ISearchFieldException^>^ fieldExceptions
)
abstract SetFields :
fieldExceptions : IEnumerable<ISearchFieldException> -> unit Parameters
- fieldExceptions IEnumerableISearchFieldException
- Collection of field configuration entry to set
RemarksThis method will clear the existing collection and replace with the given collection
See Also