kentico_jurajo
-
10/15/2012 3:28:28 AM
RE:Custom Settings
Hi,
Are you following the API examples? Have you tried using the site ID in the GetStringValue method? The setting you have created may be site specific and not global:
SettingsKeyInfo updateKey = SettingsKeyProvider.GetSettingsKeyInfo("MyNewKey", CMSContext.CurrentSiteID);
Best regards, Juraj Ondrus
|