Click or drag to resize

ItemgetResult Method

Returns 'InnerText' property of ArasXmlNode with xpath = Item.XPathResult from the item's dom.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getResult()

Return Value

Type: String
If this.dom is null or node with xpath = Item.XPathResult was not found, the method returns an empty string.
See Also