User Guide

252 Chapter 14 Scripting the Visual Tools Object Model
DeploymentManager Object
The DeploymentManager object is a scriptable interface to the Project Deployment
engine. The
DeploymentManager object provides a collection of methods and
properties that enable you to write highly customized scripts to control the
deployment process.
For examples of
DeploymentManager Object syntax, see the “Sample deployment
script” on page 257.
Properties
CreateFolder
Syntax CreateFolder: WordBool (read-write)
Description Boolean. Determins whether the deployment engine creates the missing folders on
the target server.
EncryptCFML
Syntax EncryptCFML: WordBool (read-write)
Description Boolean. Determins whether the deployment engine encrypts all CFML files.
FolderCount
Syntax FolderCount: Integer (read-only)
Description The count of folders associated with the current open project.
ForceLowerCase
Syntax ForceLowerCase: WordBool (read-write)
Description Boolean. Determines whether the deployment engine forces lower-case file names.
IsLocalDeployment
Syntax IsLocalDeployment: WordBool (read-write)
Description Boolean. Allows you to perform a local deployment by overriding the assigned
deployment server list. Uses the actual deployment pathnames assigned to the
folders.