Bool Scs_Canundocheckout(); Bool Scs_Cannewfolder(); Bool Scs_Candelete() - MACROMEDIA DREAMWEAVER MX 2004-DREAMWEAVER API Reference

Dreamweaver api reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER MX 2004-DREAMWEAVER API and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents