Click or drag to resize
Galactic API

ConfigurationItemWrite Method

Writes a configuration item's value to a file.

Namespace:  Galactic.Configuration
Assembly:  Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool Write(
	string value,
	EventLog log
)

Parameters

value
Type: SystemString
The value to write to the file.
log
Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.

Return Value

Type: Boolean
True if the write was successful, false otherwise.
See Also