Deletes a registry key or value.
<cfregistry
action = "delete"
branch = "branch"
entry = "key or value">
Using Persistent Data and Locking in ColdFusion MX Developer's Guide
| Attribute | Req/Opt | Default | Description |
|---|---|---|---|
|
action |
Required |
|
Always |
|
branch |
Required |
|
|
|
entry |
Required for value deletion |
|
Value to delete. |
If you delete a key, the cfregistry tag also deletes values and subkeys defined beneath it.
<cfregistry action = "delete" branch = "HKEY_LOCAL_MACHINE\Software\cflangref\tempkey" entry = "LastCFM01"> <h1>cfregistry action = "delete"</h1>
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00000322.htm