PFDashboardPageContextMode Enumeration |
Represents the mode in which PFDashboardPage must be displayed
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFDashboardPageContextMode
Members
| Member name | Value | Description |
---|
| View | 0 |
Indicates that PFDashboardPage must be displayed in read mode
|
| New | 1 |
Indicates that PFDashboardPage must be displayed in creation mode
|
| Edit | 2 |
Indicates that PFDashboardPage must be displayed in edit mode
|
See Also