Click or drag to resize
IOutputSettingValuesTargetGetRealStringSettingValueWithMacrosResolved Method
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Interfaces
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string GetRealStringSettingValueWithMacrosResolved(
	string settingName,
	ITargetFrameworkHolder frameworkHolder
)

Parameters

settingName
Type: SystemString
Name of the setting.
frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project.

Return Value

Type: String
the real setting value of the setting with the name specified as string, or string.Empty if not found. Macros are resolved.
See Also