SettingsKeyInfoProviderGetURLValue Method (SettingsKeyName, String) |
Gets the URL value from settings.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string GetURLValue(
SettingsKeyName keyName,
string defaultUrl
)
Parameters
- keyName
- Type: CMS.DataEngineSettingsKeyName
Key name in format "[site name].[key name]" for site setting or "[key name]" for global setting, see SettingsKeyName for more information - defaultUrl
- Type: SystemString
Default URL
Return Value
Type:
StringRemarks If the
DevelopmentMode is
true and if
keyName is not found
InvalidOperationException is thrown instead.
See Also