LPCSTR CCFXRequest::GetSetting(LPCSTR lpszSettingName)
Retrieves the value of a global custom tag setting. Custom tag settings are stored within the CustomTags section of the ColdFusion Registry key.
Returns the value of the custom tag setting. If no setting of that name exists, an empty string is returned.
lpszSettingName
Name of the setting to retrieve (case insensitive).
|