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 public string GetValue(
string settingName
)
Parameters
- settingName
- Type: SystemString
Name of the setting, not case sensitive.
Return Value
Type:
StringString or null if the entry has not been found.
See Also