AuthenticView.EvaluateXPath
Method: EvaluateXPath (XMLData, string expression) as string
Return Value
The method returns a string
Description
EvaluateXPath() executes an XPath expressions with the given XML context node. The result returned as string, in the case of a sequence it is a space-separated string.
Errors
2000 | Invalid object. | |
2005 | Invalid parameter. | |
2008 | Internal error. | |
2013 | XPath error. |