|   | EnumUtilsIsFixedFieldSortable Method (FixedField, Boolean) | 
 
            Returns whether the fixed field is sortable in views etc..
            
            Note: This method has a Java Script equal : isFixedFieldSortable()
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsFixedFieldSortable(
	FixedField fixedField,
	bool loadsAllVersions
)
Parameters
- fixedField
 - Type: Omada.OE.ModelFixedField
 - loadsAllVersions
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also