ISearchSchemaExceptionRemoveField Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveField(
string fieldName
)
Function RemoveField (
fieldName As String
) As Boolean
bool RemoveField(
String^ fieldName
)
abstract RemoveField :
fieldName : string -> bool
Parameters
- fieldName
- Type: SystemString
Name of the field to remove configuration for
Return Value
Type:
BooleanTrue if "fieldName" is not null or whitespace, and configuration entry for this field exists.
See Also Reference
[!:Ingeniux.CMS.ISearchSchemaException.IncludeInGlobalSearchy]