cfregistry

"-->

action = "getAll"

 <cfregistry action = "getAll"          branch = "branch"          type = "data type"          name = "query name"          sort = "criteria"> 

action = "get"

 <cfregistry action = "get"          branch = "branch"          entry = "key or value"          variable = "variable"          type = "data type"> 

action = "set"

action = "delete"

Description

Reads, writes, and stores values in the system registry. Provides persistent storage of client variables.

Attributes

action (Required)

Options include getall/get/set/delete.

branch (Required)

Name of a registry branch.

type (Optional)

The type of registry setting as a string.

name (Required)

Name of recordset to contain returned keys and values.

sort (Optional)

Default: ASC. A non-case-insensitive sort of query data.

entry (Required)

Registry value to access.

variable (Required)

Variable into which to put value.



Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net