Class ApplicationType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ApplicationType : Enum
Fields
ExtApplication
1: EXE file of some kind, corresponds to the 'External application' radio button
Declaration
public const ApplicationType ExtApplication
Field Value
Type | Description |
---|---|
ApplicationType |
ExtURL
5: URL, to be shown externally (start new browser window) (does not seem to be implemented in SOCRM)
Declaration
public const ApplicationType ExtURL
Field Value
Type | Description |
---|---|
ApplicationType |
IntegratedHTML
2: HTML output from someplace (does not seem to be implemented in SOCRM)
Declaration
public const ApplicationType IntegratedHTML
Field Value
Type | Description |
---|---|
ApplicationType |
IntegratedURL
3: URL, content to be shown using integrated browser (does not seem to be implemented in SOCRM)
Declaration
public const ApplicationType IntegratedURL
Field Value
Type | Description |
---|---|
ApplicationType |
Unknown
Unknown - used when initializing
Declaration
public const ApplicationType Unknown
Field Value
Type | Description |
---|---|
ApplicationType |
URL
4: URL, to be shown using whatever installed browser, correponds to the 'URL' radio button
Declaration
public const ApplicationType URL
Field Value
Type | Description |
---|---|
ApplicationType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)