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

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

Syntax

C#
public string getResult()
Visual Basic (Declaration)
Public Function getResult As String
J#
public String getResult()
JScript
public function getResult() : String

Return Value

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

See Also