The Source Control Integration Api Required Functions - MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference

Dreamweaver api reference
Table of Contents

Advertisement

The Source Control Integration API
required functions
The Source Control Integration API has required and optional functions. The functions listed
in this section are required.
bool SCS_GetAgentInfo()
Description
This function asks the DLL to return its name and description, which appear in the Edit Sites
dialog box. The name appears in the Server Access pop-up menu (for example, sourcesafe,
webdav, perforce) and the description below the pop-up menu.
Arguments
char name[32], char version[32], char description[256], const char
*dwAppVersion
The
argument is the name of the source control system. The name appears in the
name
combo box for selecting a source control system on the Source Control tab in the Edit
Sites dialog box. The name can be a maximum of 32 characters.
The
argument is a string that indicates the version of the DLL. The version
version
appears on the Source Control tab in the Edit Sites dialog box. The version can be a
maximum of 32 characters.
The
description
system. The description appears on the Source Control tab in the Edit Sites dialog box.
The description can be a maximum of 256 characters.
The
dwAppVersion
calling the DLL. The DLL can use this string to determine the version and language
of Dreamweaver.
Returns
A Boolean value:
true
argument is a string that indicates the description of the source control
argument is a string that indicates the version of Dreamweaver that is
if successful;
otherwise.
false

The Source Control Integration API required functions

119

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents