![MACROMEDIA COLDFUSION MX 61-CFML Quick Reference Download Page 32](http://html2.mh-extra.com/html/macromedia/coldfusion-mx-61-cfml/coldfusion-mx-61-cfml_quick-reference_3297344032.webp)
32
CFML Quick Reference
CFHTTP variables
A
cfhttp get
operation can return text and binary files.
Files are downloaded and the contents stored in a variable or
file, depending on the MIME type, as follows:
CFHTTP.FileContent
CFHTTP.MimeType
CFHTTP.Header
CFHTTP.ResponseHeader
[http_hd_key]
CFHTTP.StatusCode
CFLDAP variables
The
cfldap
action=query
tag returns information about
the LDAP query, as follows:
queryname
.CurrentRow
queryname
.RecordCount
queryname
.ColumnList
CFPOP variables
The
cfpop
tag returns the following result columns,
depending on the
action
attribute value and the use of
other attributes, such as
attachmentpath
, where
queryname is the
name
attribute value:
queryname
.Date
queryname
.From
queryname
.Body
queryname
.Header
queryname
.MessageNumber
queryname
.ReplyTo
queryname
.Subject
queryname
.CC
queryname
.To
queryname
.CurrentRow
queryname
.RecordCount
queryname
.ColumnList
queryname
.Attachments
queryname
.AttachmentFiles
CFQUERY and CFSTOREDPROC variables
The
cfquery
tag returns information about the query in this
variable:
CFQUERY.ExecutionTime
The
cfquery
tag uses the query name to scope the
following data about the query:
queryname
.CurrentRow
queryname
.RecordCount
queryname
.ColumnList
The
cfstoredproc
tag returns the following variables:
CFSTOREDPROC.ExecutionTime
CFSTOREDPROC.StatusCode
CFREGISTRY variables
The
cfregistry
tag returns a query record set that you can
reference after executing the
GetAll
action, as follows,
where queryname is the
name
attribute value:
queryname
.Entry
queryname
.Type
queryname
.Value
CFSEARCH variables
A
cfsearch
operation returns the following variables, where
searchname is the
name
attribute value:
searchname
.URL
searchname
.Key