Share via


SysFileStoreManager::newFileStoreManager Method [AX 2012]

Creates a new instance of SysFileStoreManager based on the supplied parameters.

Syntax

server public static SysFileStoreManager newFileStoreManager(
    UserId _userId, 
    Description _description, 
   [RefRecId _batchJobId])

Run On

Server

Parameters

  • _description
    Type: Description Extended Data Type
    A description for the process that is currently running; this will be saved with any subsequent SysFileStore records that are created.
  • _batchJobId
    Type: RefRecId Extended Data Type
    An optional reference to a batch job, to enable a user to located files generated from the batch job.

Return Value

Type: SysFileStoreManager Class
A new SysFileStoreManager instance.

See Also

Reference

SysFileStoreManager Class