Checks if the item is an "error item".
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Function isError As Boolean
public function isError() : boolean
Return Value
Type:
Boolean
'true' if the item is an "error item" (i.e.
this.dom has a top_level tag
Item.XPathFault),
'false' otherwise
See Also