ZosJobFolder
The ZosJobFolder object represents a single job folder. This object can be obtained using the Item property of ZosJobFolders.
ZosJobFolder Properties
ZosJobFolder exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| Name | String | R | Name of the folder. | 
| Path | String | R | Full path name of the folder. | 
| Subfolders | ZosJobFolders | R | Collection of all subfolders for this folder. | 
| QueryType | ZosJobQueryType | R/W | Type of job query. | 
| QueryArgument | String | R/W | Query search argument is job name, prefix, or userid. | 
...
ZosJobFolder Methods
ZosJobFolder exposes the following methods:
GetJesJobs Method
Gets an array of JES jobs that match the filters for this folder.
ZosJesJob[]  GetJesJobs()
...