GetCurJobFolderInfo Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetCurJobFolderInfo() method retrieves the folder data and folder file data for the folder associated with the job running on the current job exec.
Parameters
- foldersDS
- Outputs. Holds a returned DataSet of the folders information. This DataSet will contain at most one row. If there is no folders associated with the current job, the DataSet will be empty.
- filesDS
- Outputs. Holds a returned DataSet of the folder files. If no folder is associated with the current job or no files are associated with the folder, this DataSet will be empty.