CFML Quick Reference
25
CFFTP query object columns
When you use CFFTP with the ListDir action, CFFTP returns a
query object. Queryname is the value of the NAME attribute
used in the CFFTP operation. Row is the row number for each
file/directory entry returned by the ListDir operation.
queryname
.Name[
row
]
queryname
.Path[
row
]
queryname
.URL[
row
]
queryname
.Length[
row
]
queryname
.LastModified[
row
]
queryname
.Attributes
queryname
.IsDirectory
queryname
.Mode
CFHTTP variables
CFHTTP GET operations can return text and binary files. Files
are downloaded and the contents stored in a variable or file,
depending on the MIME type.
CFHTTP.FileContent
CFHTTP.MimeType
CFHTTP.Header
CFHTTP.ResponseHeader
[http_hd_key]
CFHTTP.StatusCode
CFLDAP variables
CFLDAP returns information about the LDAP query if
ACTION=QUERY:
queryname
.CurrentRow
queryname
.RecordCount
queryname
.ColumnList
CFPOP variables
CFPOP returns the following result columns, depending on
the value of the ACTION attribute and the use of other
attributes like ATTACHMENTPATH. Queryname is the value of
the NAME attribute used in the CFPOP operation.
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
Summary of Contents for COLDFUSION 5-CFML
Page 2: ......
Page 36: ...32 CFML Quick Reference...