bool SCS_canCheckin()
Description
This function returns whether the Checkin menu item should be enabled.
Arguments
void *connectionData, const char *localPathList[], const char
*remotePathList[], const int numItems
The
connectionData
Dreamweaver during the
The
localPathList
The
remotePathList
The
argument is the number of items in each list.
numItems
Returns
A Boolean value:
true
bool SCS_CanUndoCheckout()
Description
This function returns whether the Undo Checkout menu item should be enabled.
Arguments
void *connectionData, const char *remotePathList[], const char
*localPathList[], const int numItems
The
connectionData
Dreamweaver during the
The
remotePathList
The
localPathList
source control system.
The
argument is the number of items in each list.
numItems
Returns
A Boolean value:
true
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is a list of local filenames or folder paths to check in.
argument is a mirrored list of remote filenames or folder paths.
if successful;
otherwise.
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 check out.
argument is a list of the local filenames or folder paths to put to the
if successful;
otherwise.
false
Enablers
139
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?