Class Constants.Clients
String constants for predefined client names, used when requesting a GUI from a document plugin
Namespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public static class Clients : Object
Fields
None
A client that has no user interface at all; declared custom GUIs will not be instantiated in any form.
Declaration
public const string None = "None"
Field Value
Type | Description |
---|---|
String |
PocketCRM
The PocketCRM client, running on a phone or handheld device
Declaration
public const string PocketCRM = "PocketCRM"
Field Value
Type | Description |
---|---|
String |
SixWeb
The 6.web (full size) client
Declaration
public const string SixWeb = "6.Web"
Field Value
Type | Description |
---|---|
String |
SixWin
The 6.win (full size) client
Declaration
public const string SixWin = "6.Win"
Field Value
Type | Description |
---|---|
String |