Click or drag to resize
PMRestrictable Class
Represents an object that can be restricted
Inheritance Hierarchy

Namespace: PM90SettingsAPI.Restrictions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public abstract class PMRestrictable : IPMRestrictableObject, 
	IPMObject

The PMRestrictable type exposes the following members.

Constructors
  NameDescription
Protected methodPMRestrictable
Initializes a new instance of the PMRestrictable class
Top
Methods
  NameDescription
Protected methodRefreshRestrictions
Refreshes restriction list applied to this object
Top
Properties
  NameDescription
Public propertyBlackAndWhiteRestriction
The current black and white restriction on this object
Public propertyColorRestriction
The current Color restriction on this object
Public propertyCopiesRestriction
The current Copies restriction on this object
Public propertyDatabaseID
This objects unique id in the database
Public propertyDayTimeRestriction
The current DayTime restriction on this object
Public propertyDuplexRestriction
The current Duplex restriction on this object
Public propertyDuplicateRestriction
The current Duplicate restriction on this object
Public propertyJobCostRestriction
The current Page Costrestriction on this object
Public propertyJobSizeRestriction
The current Job Size restriction on this object
Public propertyPageCountRestriction
The current Page Count restriction on this object
Public propertyPageSizeRestriction
The current PageSize restriction on this object
Public propertyRestrictions
Full list of all generic restrictions.
Public propertyTitleRestriction
The current Title restriction on this object
Top
See Also