Cfregistry Action = "Delete - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfregistry action = "delete"

Description
Deletes a registry key or value.
Syntax
<cfregistry
action = "delete"
branch = "branch"
entry = "keyorvalue">
Attributes
Attribute
Req/Opt
action
Required
branch
Required
entry
Required for
value deletion
Usage
If you delete a key,
Example
<cfregistry action = "delete"
branch = "HKEY_LOCAL_MACHINE\Software\cflangref\tempkey"
entry = "LastCFM01">
<h1>cfregistry action = "delete"</h1>
294
Chapter 2: ColdFusion Tags
Default
Description
delete
• For key deletion: name of registry key to delete. Do not
specify the entry.
• For value deletion: name of registry branch that contains
value to delete. You must specify entry.
Value to delete
also deletes values and subkeys defined beneath it.
cfregistry

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents