ISearchSchemaExceptionRemoveField Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveField(
string fieldName
)
Function RemoveField (
fieldName As String
) As Boolean
bool RemoveField(
String^ fieldName
)
abstract RemoveField :
fieldName : string -> bool Parameters
- fieldName String
- Name of the field to remove configuration for
Return Value
BooleanTrue if "fieldName" is not null or whitespace, and configuration entry for this field exists.
See Also