Show / Hide Table of Contents

    SaveBase64ToTempBlob Procedure

    Codeunit XML Reader

    Gets a Base64 value from a given XPath under the current node in the given node list and saves the decoded value to a TempBlob codeunit.

    Overloads

    Name Description
    SaveBase64ToTempBlob(Integer; Text; Codeunit "QWETB Temp Blob") Gets a Base64 value from a given XPath under the current node in the given node list and saves the decoded value to a TempBlob codeunit.
    SaveBase64ToTempBlob(Integer; Text; Codeunit "Temp Blob") Gets a Base64 value from a given XPath under the current node in the given node list and saves the decoded value to a TempBlob codeunit.
    SaveBase64ToTempBlob(Integer; Text; Record "QWETB tTempBlob" temporary) Gets a Base64 value from a XPath under the current node in the given node list and saves the decoded value to a blob.

    SaveBase64ToTempBlob(Integer; Text; Codeunit "QWETB Temp Blob") Procedure

    Gets a Base64 value from a given XPath under the current node in the given node list and saves the decoded value to a TempBlob codeunit.

    Signature

    SaveBase64ToTempBlob(NodeListId: Integer; XPath: Text; TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    NodeListId Integer

    The Id of the node list.

    XPath Text

    The XPath that should evaluate to a value.

    TempBlob Codeunit "QWETB Temp Blob"

    The TempBlob codeunit where the data will be saved.

    SaveBase64ToTempBlob(Integer; Text; Codeunit "Temp Blob") Procedure

    Gets a Base64 value from a given XPath under the current node in the given node list and saves the decoded value to a TempBlob codeunit.

    Signature

    SaveBase64ToTempBlob(NodeListId: Integer; XPath: Text; var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    NodeListId Integer

    The Id of the node list.

    XPath Text

    The XPath that should evaluate to a value.

    var TempBlob Codeunit "Temp Blob"

    The TempBlob codeunit where the data will be saved.

    SaveBase64ToTempBlob(Integer; Text; Record "QWETB tTempBlob" temporary) Procedure

    Gets a Base64 value from a XPath under the current node in the given node list and saves the decoded value to a blob.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use overload with QWETB tTempBlob record instead of TempBlob codeunit.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use overload with QWETB tTempBlob record instead of TempBlob codeunit.', '27.0')]
    SaveBase64ToTempBlob(NodeListId: Integer; XPath: Text; var TempBlob: Record "QWETB tTempBlob" temporary)
    

    Parameters

    NodeListId Integer

    The Id of the node list.

    XPath Text

    The XPath that should evaluate to a value.

    var TempBlob Record "QWETB tTempBlob" temporary

    The temporary record that contains the blob field where the data will be saved.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX