Print Manager Plus 9.x API Documentation
Print Manager Plus 9.x API Documentation
PMP
PM90SettingsAPI.Actions
PMAction Class
PMAction Methods
GetDefaultAction Method
SetDefaultAction Method
PMAction
SetDefaultAction Method
Sets the action to be used as default for a restriction type
Namespace:
PM90SettingsAPI.Actions
Assembly:
PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
Copy
public
static
void
SetDefaultAction
(
PMRestriction
RestrictionType
type
,
PMAction
action
)
Parameters
type
Type:
PM90SettingsAPI.Restrictions
PMRestriction
RestrictionType
Restriction type to set default for
action
Type:
PM90SettingsAPI.Actions
PMAction
Action to be applied by default for this restriction
See Also
Reference
PMAction Class
PM90SettingsAPI.Actions Namespace