Click or drag to resize

PFGridViewAsyncResultType Enumeration

Defines the expected result if action is successful.

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 PFGridViewAsyncResultType
Members
  Member nameValueDescription
Row0 Return the row cells.
FullRow1 Return the row cells, including row tags (tr).
EditableRow2 Return the row cells with editable fields.
SuccessMessage3 Return an output message.
See Also