SystemOptionRepositoryTryGetByName Method

Attempts to retrieve a system option by name, which may or may not actually exist

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool TryGetByName(
	string optionName,
	out SystemOption systemOption
)

Parameters

optionName  String
The name of the system option to retrieve
systemOption  SystemOption
If the retrieval is successful, the requested system option; otherwise null

Return Value

Boolean
True if the retrieval was successful; otherwise false

See Also