Boolean
-
10/23/2012 1:27:04 PM
Site setting macro
Hi
I noticed that in the macro builder helper, one of the values that the helper has access to is (if my site name was CorporateSite):
Settings.CustomSettings.CorporateSite
But I can't figure out how to use this to get a setting out. Settings.CustomSettings.CorporateSite("mySetting") doesn't seem to work, nor did Settings.CustomSettings.CorporateSite.GetStringValue("mySetting").
How do you use this in a macro?
|