Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / DownloadHelper Class / SendFileDataToClient Method / SendFileDataToClient(String,String) Method
The data to send
Name of the file to send to the client
In This Topic
    SendFileDataToClient(String,String) Method
    In This Topic
    Sends the string file data to http client
    Syntax
    public static void SendFileDataToClient( 
       string fileData,
       string fileName
    )

    Parameters

    fileData
    The data to send
    fileName
    Name of the file to send to the client
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also