DMFStagingWriter::decompressWriteFileClient Method [AX 2012]

Decompresses and writes the file.

client public static boolean decompressWriteFileClient(
    container con, 
    str newFileName, 
   [boolean last, 
    boolean first])

Run On

Client

Parameters

con
Type: container
Container with data.
newFileName
Type: str
New file name.
last
Type: boolean
If its the last file.
first
Type: boolean
If its the first file.

Return Value

Type: boolean
Returns true if file has been written else throws an error.
Show: