Click or drag to resize
PMCopiesRestrictionEnable Method
Enables this restriction

Namespace: PM90SettingsAPI.Restrictions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void Enable(
	int maxCopyCount,
	PMAction overrideAction = null
)

Parameters

maxCopyCount
Type: SystemInt32
Maximum copy count per an individual job. Valid values start at 2
overrideAction (Optional)
Type: PM90SettingsAPI.ActionsPMAction
A custom action to take for this restriction on this object. If null the default action will be used.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also