User Guide

280 Chapter 15 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 285.
Properties
CreateFolder
Syntax CreateFolder: WordBool (read-write)
Description Boolean. Determines whether the deployment engine creates the missing folders on
the target server.
EncryptCFML
Syntax EncryptCFML: WordBool (read-write)
Description Boolean. Determines 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 filenames.
IsLocalDeployment
Syntax IsLocalDeployment: WordBool (read-write)
Description Boolean. lets you to perform a local deployment by overriding the assigned
deployment server list. Uses the actual deployment pathnames assigned to the
folders.