SysFileStoreManager.saveToClient Method [AX 2012]

Saves all the files linked to the active SysFileStore record to the client.

Syntax

public void saveToClient([boolean _delete])

Run On

Server

Parameters

  • _delete
    Type: boolean
    A Boolean value indicating whether the server side files should be deleted after the files have been saved to client.

Remarks

When saving to client, the default filename as originally supplied when the file was added is used.

See Also

Reference

SysFileStoreManager Class