Show / Hide Table of Contents

    GetValue Procedure

    Codeunit XML Reader

    Gets a value as text from a XPath under the current node in the given node list.

    Signature

    GetValue(NodeListId: Integer; XPath: Text) : Text
    

    Parameters

    NodeListId Integer

    The Id of the node list.

    XPath Text

    The XPath that should evaluate to a value.

    Returns

    Text

    The text value of the given XPath.

    Remarks

    This function supports XPath expressions that results in an XmlNode of the types XmlAttribute or XmlElement.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX