getApplicationSettings

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

getApplicationSettings() → returns struct

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Argument Reference

suppressFunction boolean
Required
Default: false

if true only data members from this scope are returned (no functions), default is false

Examples
Sample code invoking the getApplicationSettings function


Fork me on GitHub