Click or drag to resize

SystemOptionsListingGetInt Method

Get a system option's value, as an int

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
protected static int GetInt(
	string systemOptionName
)

Parameters

systemOptionName  String
The name of the system option to retrieve

Return Value

Int32
The requested system option's value
Exceptions
ExceptionCondition
SystemOptionNotDefinedExceptionThe requested system option was not found
See Also