CFREGISTRY ACTION="Delete"  
 
 

Use CFREGISTRY with the Delete action to delete a registry key or value.

 
 
  Syntax  
 
<CFREGISTRY ACTION="Delete"
    BRANCH="branch"
    ENTRY="keyorvalue">

BRANCH

Required. Specifies one of the following:

  • For key deletion -- The name of the registry key to be deleted. To delete a key, do not specify ENTRY.
  • For value deletion -- The name of the registry branch containing the value to be deleted. To delete a value, you must specify ENTRY.

ENTRY

Required for value deletion. The value to be deleted.

 
 
  Usage  
 

If you delete a key, CFREGISTRY also deletes values and subkeys defined beneath the key.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.