Methods - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

DeploymentManager Object
ServerCount
Syntax
ServerCount: Integer (read-only)
Counts the deployment servers associated with the current open project, including
Description
any new servers that were added temporarily using the
UploadOnlyIfNewer
Syntax
UploadOnlyIfNewer: WordBool (read-write)
Boolean. Determines whether the deployment engine only uploads a file if it has a
Description
newer date/time stamp than the target file.

Methods

Server login failures result in an automatic cancellation of the deployment.
AddServer
Syntax
AddServer(const wsServerName:WideString,ITServerType:Integer);
Temporarily adds a machine-level server to the list of deployment servers. This
Description
server does not become part of the project's stored deployment server list, but is
added temporarily for custom deployment tasks.
The following ITServerType values are allowed:
1 = FTP
2 = RDS
CheckServerFolders
Syntax
CheckServerFolders(sServerName: WideString);
Description
Inserted in the generated VBScript/JScript deployment scripts at the appropriate
points, the CheckServerFolders method iterates through all of the assigned
deployment folders for a project, verifying their existence on the target server
(
sServerName
Older scripts that do not contain the
CreateFolder
FileProxy
ClearServerList
Syntax
ClearServerList();
Description
Clears the internal list of servers assigned to the project. Use this method to override
the default project deployment server list.
). Creates a folder if it does not exist.
property gets passed to the internal
to create the directories that do not exist.
AddServer
call will still work. The
CheckServerFolders
CopyFileExtended
253
method.
call and tells

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion studio 5

Table of Contents