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