User Guide
The Source Control Integration API optional functions 127
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 siteName argument is a string that points to the name of the site. The name cannot
exceed 64 characters.
Returns
A Boolean value: true if successful; false otherwise.
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 argument is a string that points to the original name of the site before
it was renamed. The name cannot exceed 64 characters.
■ The newSiteName argument is a string that points to the new name of the site after it was
renamed. The name cannot exceed 64 characters.
Returns
A Boolean value: true if successful; false otherwise.
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.
000_DW_API_Print.book Page 127 Wednesday, July 20, 2005 11:58 AM