Click or drag to resize

ItemisError Method

Checks if the item is an "error item".

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public bool isError()

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