Click or drag to resize

PFThemeSettingsGetValue Method

Gets a value by its name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetValue(
	string settingName
)

Parameters

settingName
Type: SystemString
Name of the setting, not case sensitive.

Return Value

Type: String
String or null if the entry has not been found.
See Also