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.6.492
Syntax
bool RemoveField(
	string fieldName
)

Parameters

fieldName  String
Name of the field to remove configuration for

Return Value

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