ApiMode Enumeration
Enum that specifies in which context the API is used
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ApiModeMembers
| Unknown | 0 | unknown context, should never reach an be seen by API code, only internally when the welcome screen or the Server-Administration-Mode is active |
| Program | 1 | The API code runs as a stand-alone API program |
| MultiUserPlugin | 2 | The code runs as plugin in a multi-user project |
| SingleUserPlugin | 3 | The code runs as plugin in a single-user project |