223
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.
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...