SystemOptionsListingGetBool Method

Get a system option's value, as a decimal

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected static bool GetBool(
	string systemOptionName
)

Parameters

systemOptionName  String
The name of the system option to retrieve

Return Value

Boolean
The requested system option's value

Exceptions

SystemOptionNotDefinedExceptionThe requested system option was not found

See Also