ISearchSchemaExceptionRemoveField Method Ingeniux CMS Content Store API

Removes the Field configuration entry for the field with specified name

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference

[!:Ingeniux.CMS.ISearchSchemaException.IncludeInGlobalSearchy]