Show / Hide Table of Contents

    AddBase64ElementFromBlobRelNS Procedure

    Codeunit XML Writer

    Adds a Base64 encoded element.

    Overloads

    Name Description
    AddBase64ElementFromBlobRelNS(Integer; Text; Codeunit "QWETB Temp Blob"; Text) Adds a Base64 encoded element.
    AddBase64ElementFromBlobRelNS(Integer; Text; Codeunit "Temp Blob"; Text) Adds a Base64 encoded element.
    AddBase64ElementFromBlobRelNS(Integer; Text; Record "QWETB tTempBlob" temporary; Text) Adds a Base64 encoded element.

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

    Adds a Base64 encoded element.

    Signature

    AddBase64ElementFromBlobRelNS(Step: Integer; Name: Text; TempBlob: Codeunit "QWETB Temp Blob"; NameSpace: Text)
    

    Parameters

    Step Integer

    The number of levels that this element should be indented, compared to the last element. The maximum value is 1 and the minimum value is (2 - Current level).

    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.

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

    Adds a Base64 encoded element.

    Signature

    AddBase64ElementFromBlobRelNS(Step: Integer; Name: Text; var TempBlob: Codeunit "Temp Blob"; NameSpace: Text)
    

    Parameters

    Step Integer

    The number of levels that this element should be indented, compared to the last element. The maximum value is 1 and the minimum value is (2 - Current level).

    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.

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

    Adds a Base64 encoded 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')]
    AddBase64ElementFromBlobRelNS(Step: Integer; Name: Text; var TempBlob: Record "QWETB tTempBlob" temporary; NameSpace: Text)
    

    Parameters

    Step Integer

    The number of levels that this element should be indented, compared to the last element. The maximum value is 1 and the minimum value is (2 - Current level).

    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