Enum ApplicationType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ApplicationType
Fields
| Name | Description |
|---|---|
| ExtApplication | 1: EXE file of some kind, corresponds to the 'External application' radio button |
| ExtURL | 5: URL, to be shown externally (start new browser window) (does not seem to be implemented in SOCRM) |
| IntegratedHTML | 2: HTML output from someplace (does not seem to be implemented in SOCRM) |
| IntegratedURL | 3: URL, content to be shown using integrated browser (does not seem to be implemented in SOCRM) |
| URL | 4: URL, to be shown using whatever installed browser, correponds to the 'URL' radio button |
| Unknown | Unknown - used when initializing |