Adobe Dreamweaver API Reference CS5 Bedienungsanleitung Seite 93

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 533
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 92
88
DREAMWEAVER API REFERENCE
The source control integration API
Last updated 8/27/2013
Arguments
void **connectionData, const char siteName[64]
The connectionData argument is a handle to the data that the agent wants Dreamweaver to pass to it when calling
other API functions.
The siteName argument is a string that points to the name of the site. The site name can be a maximum of 64
characters.
Returns
A Boolean value: true if successful; false otherwise.
bool SCS_Disconnect()
Description
This function disconnects the user from the source control system.
Arguments
void *connectionData
The connectionData argument is a pointer to the agent’s data that passed into Dreamweaver during the
Connect()
call.
Returns
A Boolean value: true if successful; false otherwise.
bool SCS_IsConnected()
Description
This function determines the state of the connection.
Arguments
void *connectionData
The connectionData argument is a pointer to the agent’s data that passed into Dreamweaver during the
Connect()
call.
Returns
A Boolean value: true if successful; false otherwise.
int SCS_GetRootFolderLength()
Description
This function returns the length of the name of the root folder.
Arguments
void *connectionData
The connectionData argument is a pointer to the agent’s data that passed into Dreamweaver during the
Connect()
call.
Seitenansicht 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 532 533

Kommentare zu diesen Handbüchern

Keine Kommentare