Interface ConfigFile.IOnlineConfiguration
Configuration for SuperOffice CRM Cloud Created in Process scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IOnlineConfiguration
Properties
ContextIdentifier
Used for hardcoding context identifier for debugging
Declaration
string ContextIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
EnableOnline
Enable SuperOffice CRM Cloud
Declaration
bool EnableOnline { get; }
Property Value
Type | Description |
---|---|
bool |