Click or drag to resize

DataObjectIsInfoAvailable Method

Returns true if the fields provided in infoFlags is available on the DataObject.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsInfoAvailable(
	DataObjectInfoFlags infoFlags
)

Parameters

infoFlags
Type: Omada.OE.ModelDataObjectInfoFlags

Return Value

Type: Boolean
See Also