Adobe 38040334 - Dreamweaver CS3 User Manual page 107

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Returns
A Boolean value:
if successful;
true
bool SCS_canRename()
Description
This function returns whether the Rename menu item should be enabled.
Arguments
void *connectionData, const char *remotePath
• The
connectionData
call.
Connect()
• The
remotePathList
Returns
A Boolean value:
if successful;
true
bool SCS_BeforeGet()
Description
Dreamweaver calls this function before getting or checking out one or more files. This function lets your DLL
perform one operation, such as adding a check-out comment, to a group of files.
Arguments
*connectionData
• The
*connectionData
call.
Connect()
Returns
A Boolean value:
if successful;
true
Example
To get a group of files, Dreamweaver makes calls to the DLL in the following order:
SCS_BeforeGet(connectionData);
SCS_Get(connectionData,remotePathList1,localPathList1,successList1);
SCS_Get(connectionData,remotePathList2,localPathList2,successList2);
SCS_Get(connectionData,remotePathList3,localPathList3,successList3);
SCS_AfterGet(connectionData);
bool SCS_BeforePut()
Description
Dreamweaver calls this function before putting or checking in one or more files. This function lets your DLL
perform one operation, such as adding a check-in comment, to a group of files.
Arguments
*connectionData
otherwise.
false
argument is a pointer to the agent's data that passed into Dreamweaver during the
argument is the remote filenames or folder paths that can be renamed.
otherwise.
false
argument is a pointer to the agent's data that passed into Dreamweaver during the
otherwise.
false
DREAMWEAVER CS3
102
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents