Specifications

Chapter 30366
bool SCS_canDelete()
Description
Returns whether the Delete menu item should be enabled.
Arguments
void *connectionData, const char *remotePathList[], const int numItems
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
remotePathList is a list of remote file or folder path names to delete.
numItems is the number of items in each list.
Returns
true if enabled, false otherwise.
bool SCS_canRename()
Description
Returns whether the Rename menu item should be enabled.
Arguments
void *connectionData, const char *remotePath
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
remotePath is the remote file or folder path names that can be renamed.
Returns
true if enabled, false otherwise.
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
*connectionData
is a pointer to the connection data.
Returns
A Boolean true if successful; false otherwise.