This is the replacement for the old hasFault() function with the Boolean argument of false to indicate to ignore the zero based faults.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public bool isEmpty()
Visual Basic (Declaration)
Public Function isEmpty As Boolean
J#
public boolean isEmpty()
JScript
public function isEmpty() : boolean

Return Value

'true' if the item is an error but has faultcode="0", 'false' otherwise.

See Also