|   | EnumUtilsFixedFieldExists Method  | 
 
            Validates if a fixed field exists with the provided name.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool FixedFieldExists(
	string fixedFieldName,
	bool ignoreCase
)
Parameters
- fixedFieldName
 - Type: SystemString
Fixed field name - ignoreCase
 - Type: SystemBoolean
Should capital letters be ignored 
Return Value
Type: 
Booleanbool
See Also