Click or drag to resize

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
C#
public enum PFDashboardPageContextMode
Members
  Member nameValueDescription
View0 Indicates that PFDashboardPage must be displayed in read mode
New1 Indicates that PFDashboardPage must be displayed in creation mode
Edit2 Indicates that PFDashboardPage must be displayed in edit mode
See Also