Quick Reference to CFML
23
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. A sepa-
rate row is created for each entry.
queryname
.Name[
row
]
queryname
.Path[
row
]
queryname
.URL[
row
]
queryname
.Length[
row
]
queryname
.LastModified[
row
]
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
Содержание COLDFUSION 4.5- TO CFML
Страница 33: ...30 Quick Reference to CFML...