Function GETAPPLICATIONSETTINGS
			
				return all data from this scope, when using a application.cfc or all setting defined in tag cfapplication
			
		
		
		
		Example
getapplicationsettings([boolean suppressFunction]):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 | 
