Cfftp Query Object Columns; Cfhttp Variables; Cfldap Variables; Cfpop Variables - MACROMEDIA COLDFUSION 4.5-QUICK REFERENCE TO CFML Quick Reference

Table of Contents

Advertisement

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
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
Quick Reference to CFML
[http_hd_key]
23

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-QUICK REFERENCE TO CFML and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 4.5

Table of Contents