Show / Hide Table of Contents

    AddBase64ElementFromBlobAbsNS Procedure

    Codeunit XML Writer

    Adds a Base64 encoded element with an absolute number of levels, counted from the root element.

    Overloads

    Name Description
    AddBase64ElementFromBlobAbsNS(Integer; Text; Codeunit "QWETB Temp Blob"; Text) Adds a Base64 encoded element with an absolute number of levels, counted from the root element.
    AddBase64ElementFromBlobAbsNS(Integer; Text; Codeunit "Temp Blob"; Text) Adds a Base64 encoded element with an absolute number of levels, counted from the root element.
    AddBase64ElementFromBlobAbsNS(Integer; Text; Record "QWETB tTempBlob" temporary; Text) Adds a Base64 encoded element with an absolute number of levels, counted from the root element.

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

    Adds a Base64 encoded element with an absolute number of levels, counted from the root element.

    Signature

    AddBase64ElementFromBlobAbsNS(Level: Integer; Name: Text; TempBlob: Codeunit "QWETB Temp Blob"; NameSpace: Text)
    

    Parameters

    Level Integer

    The depth of where the XmlElement will be added.

    Name Text

    The name of the XmlElement.

    TempBlob Codeunit "QWETB Temp Blob"

    The TempBlob codeunit containing the data that should be Base64 encoded.

    NameSpace Text

    The namespace to use for this element. Use a blank value for no namespace.

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

    Adds a Base64 encoded element with an absolute number of levels, counted from the root element.

    Signature

    AddBase64ElementFromBlobAbsNS(Level: Integer; Name: Text; var TempBlob: Codeunit "Temp Blob"; NameSpace: Text)
    

    Parameters

    Level Integer

    The depth of where the XmlElement will be added.

    Name Text

    The name of the XmlElement.

    var TempBlob Codeunit "Temp Blob"

    The TempBlob codeunit containing the data that should be Base64 encoded.

    NameSpace Text

    The namespace to use for this element. Use a blank value for no namespace.

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

    Adds a Base64 encoded element with an absolute number of levels, counted from the root element.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
    AddBase64ElementFromBlobAbsNS(Level: Integer; Name: Text; var TempBlob: Record "QWETB tTempBlob" temporary; NameSpace: Text)
    

    Parameters

    Level Integer

    The depth of where the XmlElement will be added.

    Name Text

    The name of the XmlElement.

    var TempBlob Record "QWETB tTempBlob" temporary

    The temporary record with the blob field containing the data that should be Base64 encoded.

    NameSpace Text

    The namespace to use for this element. Use a blank value for no namespace.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX