<CFREGISTRY ACTION="Get"
    BRANCH="branch"
    ENTRY="key or value"
    TYPE="data type"
    VARIABLE="variable">

Use CFREGISTRY with the Get action to access a registry value and store it in a ColdFusion variable.

BRANCH

Required. The name of the registry branch containing the value you want to access.

ENTRY

Required. The registry value to be accessed.

TYPE

Optional. The type of data you want to access:

VARIABLE

Required. Variable into which CFREGISTRY places the value.