Click or drag to resize
PMAction Class
Represents what action to take after a restriction
Inheritance Hierarchy
SystemObject
  PM90SettingsAPI.ActionsPMAction

Namespace: PM90SettingsAPI.Actions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public class PMAction

The PMAction type exposes the following members.

Constructors
  NameDescription
Public methodPMAction
Constructs a new restriction action to be assigned to an object or restriction
Top
Methods
  NameDescription
Public methodStatic memberGetDefaultAction
Gets the current default action for a restriction type
Public methodStatic memberSetDefaultAction
Sets the action to be used as default for a restriction type
Top
Properties
  NameDescription
Public propertyDatabaseID
Unique identifier of this action within the database
Public propertyJobAction
Indicates the action that will be taken on the job when restriction is met
Public propertyMessage
The message that will be shown or emailed to end user
Public propertySendClientEmail
Restriction message and notification will be sent via email
Public propertySendClientPopup
Restriction message and notification will be sent to end user workstation and shown if Print Client is running
Top
See Also