AuthenticEventContext.EvaluateXPath
Method: EvaluateXPath (strExpression as string) as strValue as string
Return Value
The method evaluates the XPath expression in the context of the node within which the event was triggered and returns a string.
Description
EvaluateXPath() executes an XPath expression with the given event context. The result is returned as a string, in the case of a sequence it is a space-separated string.
Errors
2201 | Invalid object. |
2202 | No context. |
2209 | Invalid parameter. |
2210 | Internal error. |
2211 | XPath error. |