JobFetchFilter Class Members
In This Topic
The following tables list the members exposed by JobFetchFilter.
Public Constructors
Public Fields
| Name | Description |
| EffectiveHoldType |
If specified, only fetches jobs that match the specified EffectiveHoldType.
|
| ExcludeEffectiveHoldType |
If specified, excludes jobs that match the specified EffectiveHoldType.
|
| ExcludeHoldType |
If specified, excludes jobs that match the specified HoldType.
|
| GroupOID |
Only fetch jobs in the specified group
|
| HoldType |
If specified, only fetches jobs that match the specified HoldType.
|
| NameMatch |
The string or pattern to match against the name
|
| QueueOID |
Only fetch jobs in the specified queue
|
| Tags |
List of tags to include or exclude.
|
| UseRegularExpressions | Determines whether the NameMatch is a regular expression |
Top
Extension Methods
See Also