DMFStagingWriter::decompressWriteFile Method [AX 2012]

Decompresses and writes the file.

server public static boolean decompressWriteFile(
    container _con, 
    str _newFileName, 
   [boolean _last, 
    boolean _first])

Run On

Server

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: