Click or drag to resize

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
Syntax
C#
public 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: Boolean
bool
See Also