The Source Control Integration Api Optional Functions - Adobe 38040334 - Dreamweaver CS3 User Manual

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

bool SCS_ItemExists()
Description
This function determines whether a file or folder exists on the server.
Arguments
void *connectionData, const char *remotePath
• The
connectionData
call.
Connect()
• The
argument is a remote file or folder path.
remotePath
Returns
A Boolean value:
if successful;
true

The source control integration API optional functions

The source control integration API has required and optional functions. The functions in this section are optional.
bool SCS_GetConnectionInfo()
Description
This function displays a dialog box to let the user change or set the connection information for this site. It does not
make the connection. This function is called when the user clicks the Settings button in the Remote Info section of
the Edit Sites dialog box.
Arguments
void **connectionData, const char siteName[64]
• The
connectionData
other API functions.
• The
argument is a string that points to the name of the site. The name cannot exceed 64 characters.
siteName
Returns
A Boolean value:
if successful;
true
bool SCS_SiteDeleted()
Description
This function notifies the DLL that the site has been deleted or that the site is no longer tied to this source control
system. It indicates that the source control system can delete its persistent information for this site.
Arguments
const char siteName[64]
• The
argument is a string that points to the name of the site. The name cannot exceed 64 characters.
siteName
argument is a pointer to the agent's data that passed into Dreamweaver during the
otherwise.
false
argument is a handle to data that the agent wants Dreamweaver to pass it when calling
otherwise.
false
DREAMWEAVER CS3
91
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents