Click or drag to resize

EnumUtilsGetValidFixedFields Method

Returns a list of fixed fields from a list of field names. If a field name can't be resolved to a fixed field then it is ignored.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static List<FixedField> GetValidFixedFields(
	IEnumerable<string> fieldNames,
	bool ignoreCase
)

Parameters

fieldNames
Type: System.Collections.GenericIEnumerableString
If null then ALL fixed fields are returned.
ignoreCase
Type: SystemBoolean

Return Value

Type: ListFixedField
See Also