Checks if the item is an "error item".

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

Syntax

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

Return Value

'true' if the item is an "error item" (i.e. this.dom has a top_level tag Item.XPathFault), 'false' otherwise

See Also