Skip to main content

ParameterDirection

  • Namespace: PPDS.Plugins
  • Assembly: PPDS.Plugins
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Specifies whether a Custom API parameter is an input or output parameter.

Members

Fields

Input

ParameterDirection Input

Input (0). The parameter is a request parameter passed into the Custom API. Use for values that the caller provides when invoking the API.

Output

ParameterDirection Output

Output (1). The parameter is a response parameter returned from the Custom API. Use for values that the API returns to the caller.