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
C#
public enum ApiMode

Members

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