Click or drag to resize

SystemOptionsListingGetString Method

Get a system option's value, as a string

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

Parameters

systemOptionName  String
The name of the system option to retrieve

Return Value

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