Skip to main content

PluginDeployment

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

Summary

Specifies the deployment context in which a plugin step executes.

Members

Fields

Both

PluginDeployment Both

Both server and offline (2). Plugin executes in both contexts. Use when the same logic must run online and offline.

Offline

PluginDeployment Offline

Offline only (1). Plugin executes only in the offline client. Use for operations that must run in disconnected scenarios.

ServerOnly

PluginDeployment ServerOnly

Server only (0). Plugin executes only on the Dataverse server. Use for most server-side operations.