PMDuplicateRestrictionEnable Method |
Enables the restriction
Namespace: PM90SettingsAPI.RestrictionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void Enable(
int seconds,
PMAction overrideAction = null
)
Parameters
- seconds
- Type: SystemInt32
The number of seconds that must pass, before a user can resubmit a job with the same title - overrideAction (Optional)
- Type: PM90SettingsAPI.ActionsPMAction
A custom action to take for this restriction on this object. If null the default action will be used.
See Also