Summary
Checks if the current configuration scope is globally
enabled or disabled.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ConfigScope
Syntax
public bool ApplyConfig(TernaryBool defaultValue)
Remarks
Checks if the current configuration scope is globally
enabled or disabled.
Parameters
| Name | Type | Description |
|---|---|---|
| defaultValue | TernaryBool | - default result |
Return Value
| Type | Description |
|---|---|
| bool | false if disabled, true if globally enabled, default value otherwise |