SystemOptionRepositoryTryGetValueByName 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 bool TryGetValueByName(
	string optionName,
	out string systemOptionValue
)

Parameters

optionName  String
The name of the system option to retrieve
systemOptionValue  String
If the retrieval is successful, the requested system option's value; otherwise null

Return Value

Boolean
True if the retrieval was successful; otherwise false

See Also