Lucee Function Reference

getapplicationsettings()

return all data from this scope, when using an application.cfc or all setting defined in tag cfapplication

Example

getapplicationsettings([boolean suppressFunction,[boolean onlySupported]]):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
suppressFunction boolean  No if true only data members from this scope are returned (no functions), default is false  
onlySupported boolean  No If false (default), all supported Application settings, plus any other values defined in the Application.cfc constructor are returned.
If true
  • Only Application settings for Lucee Core are returned
  • Any settings for Extensions may not be returned (TBD)
  • Any Application.cfc setting which has no effect on Lucee Core will be not returned
    Note
  • When false, settings defined using aliases are also returned under the default setting name (i.e settings may be duplicated)