Show / Hide Table of Contents

    ExportToClientFile Procedure

    Codeunit Temp Blob

    Downloads the BLOB data as a file in the client.

    Overloads

    Name Description
    ExportToClientFile(Text): Text Downloads the BLOB data as a file in the client.
    ExportToClientFile(Text; TextEncoding): Text Downloads the BLOB data as a file in the client, with the given TextEncoding.

    ExportToClientFile(Text) Procedure

    Downloads the BLOB data as a file in the client.

    Signature

    ExportToClientFile(SuggestedFileName: Text) : Text
    

    Parameters

    SuggestedFileName Text

    The name for the exported file.

    Returns

    Text

    The actual name of the saved file if the browser supports that, otherwise the value of the SuggestedFileName parameter.

    ExportToClientFile(Text; TextEncoding) Procedure

    Downloads the BLOB data as a file in the client, with the given TextEncoding.

    Signature

    ExportToClientFile(SuggestedFileName: Text; Encoding: TextEncoding) : Text
    

    Parameters

    SuggestedFileName Text

    The name for the exported file.

    Encoding TextEncoding

    The TextEncoding to use when the data is exported from the blob.

    Returns

    Text

    The actual name of the saved file if the browser supports that, otherwise the value of the SuggestedFileName parameter.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX