Click or drag to resize

ApiMode Enumeration

Enum that specifies in which context the API is used

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ApiMode
Members
  Member nameValueDescription
Unknown0 unknown context, should never reach an be seen by API code, only internally when the welcome screen or the Server-Administration-Mode is active
Program1 The API code runs as a stand-alone API program
MultiUserPlugin2 The code runs as plugin in a multi-user project
SingleUserPlugin3 The code runs as plugin in a single-user project
See Also