Deploymentmanager Object - MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual

For windows 95/98/nt4/2000
Table of Contents

Advertisement

DeploymentManager Object

The DeploymentManager VTOM object is a scriptable interface into the Allaire Project
Deployment engine. It provides a collection of methods and properties to allow you to
write highly customized VTOM scripts to control the deployment process.
Properties
CreateFolder(Wordbool, read-write)
Boolean property telling the deployment engine to create any missing folders on the
target server.
EncryptCFML(Wordbool, read-write)
Boolean property telling the deployment engine to encrypt all CFML files.
FolderCount (Integer, read-only)
The count of folders associated with the current open project.
ForceLowerCase(Wordbool, read-write)
Boolean property telling the deployment engine to force lower-case filenames.
IsLocalDeployment(Wordbool, read-write)
Allows you to perform a local deployment by overriding the assigned deployment
server list. Instead the actual deployment path names assigned to the folders are used
directly.
ServerCount (Integer, read-only)
The count of deployment servers associated with the current open project, including
any new servers that have been added temporarily via the AddServer method.
UploadOnlyIfNewer(Wordbool, read-write)
Boolean property telling the deployment engine to only upload a file if it has a newer
date/time stamp than the target file.
Methods
Server login failures result in an automatic cancellation of the deployment.
AddServer
procedure AddServer(const sServerName:WideString,ITServerType:Integer)
Allowed ITServerType values are:
1=FTP
2=RDS
Temporarily add a machine level server to the list of deployment servers. This server
does not become part of the Project's stored Deployment Server list, but is only added
temporarily for custom deployment tasks.
223

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents