Click or drag to resize

SystemOptionRepositoryTryGetValueByName Method

Retrieves a SystemOption's value by name

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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