bool SCS_canNewFolder()
Description
This function returns whether the New Folder menu item should be enabled.
Arguments
void *connectionData, const char *remotePath
The
connectionData
Dreamweaver during the
The
remotePath
selected to indicate where the new folder will be created.
Returns
A Boolean value:
true
bool SCS_canDelete()
Description
This function returns whether the Delete menu item should be enabled.
Arguments
void *connectionData, const char *remotePathList[], const int numItems
The
connectionData
Dreamweaver during the
The
remotePathList
The
argument is the number of items in each list.
numItems
Returns
A Boolean value:
true
bool SCS_canRename()
Description
This function returns whether the Rename menu item should be enabled.
140
The Source Control Integration API
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is a list of remote filenames or folder paths that the user
if successful;
false
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is a list of remote filenames or folder paths to delete.
if successful;
false
otherwise.
otherwise.
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?