Click or drag to resize

ISearchSchemaExceptionRemoveField Method


Removes the Field configuration entry for the field with specified name

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field to remove configuration for

Return Value

Type: Boolean
True if "fieldName" is not null or whitespace, and configuration entry for this field exists.
See Also