SysFileStoreManager::promptSaveToClient Method [AX 2012]

Prompts the user for a location and saves the file to the client.

Syntax

client public static void promptSaveToClient(SysFileStoreFile _sysFileStoreFile, [int _hwnd])

Run On

Client

Parameters

  • _sysFileStoreFile
    Type: SysFileStoreFile Table
    The SysFileStoreFile record that references the file to be saved.
  • _hwnd
    Type: int
    An optional handle to a Window control to be used as parent for the Windows browse dialog box.

Remarks

When prompting the user, the filename as originally supplied when the file was added is used as default.

See Also

Reference

SysFileStoreManager Class