MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 127

Dreamweaver api reference
Table of Contents

Advertisement

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
siteName
exceed 64 characters.
Returns
A Boolean value:
true
bool SCS_SiteRenamed()
Description
This function notifies the DLL when the user has renamed the site so that it can update its
persistent information about the site.
Arguments
const char oldSiteName[64], const char newSiteName[64]
The
oldSiteName
it was renamed. The name cannot exceed 64 characters.
The
newSiteName
renamed. The name cannot exceed 64 characters.
Returns
A Boolean value:
true
int SCS_GetNumNewFeatures()
Description
This function returns the number of new features to add to Dreamweaver (for example, File
History, Differences, and so on).
Arguments
None.
if successful;
otherwise.
false
argument is a string that points to the original name of the site before
argument is a string that points to the new name of the site after it was
if successful;
otherwise.
false
The Source Control Integration API optional functions
127

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents