Click or drag to resize

PluginEnvironment Enumeration

Identifies the type/environment that the plugin contained within the assembly operates in

Namespace:  SanteDB.Core.Attributes
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
[FlagsAttribute]
public enum PluginEnvironment
Members
  Member nameValueDescription
Server1 The plugin works on the server only
Client2 The plugin works on the client environment only
ServerOrMobile3 The plugin works either on server or client
See Also