SystemOptionRepositoryGetValueByName Method

Retrieves a SystemOption's value by name

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public string GetValueByName(
	string optionName
)

Parameters

optionName  String
The name of the system option to retrieve

Return Value

String
The value of the requested system option

See Also