Click or drag to resize
Galactic API

ConfigurationItemGet Method

Retrieves the value of a configuration item from its file.

Namespace:  Galactic.Configuration
Assembly:  Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected string Get(
	EventLog log
)

Parameters

log
Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.

Return Value

Type: String
The value of the configuration item or null if not found.
See Also