Show / Hide Table of Contents

Class Constants.Clients

String constants for predefined client names, used when requesting a GUI from a document plugin

Inheritance
object
Constants.Clients
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.UI.Configuration
Assembly: SuperOffice.Plugins.dll
Syntax
public static class Constants.Clients

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top