Adobe Dreamweaver API Reference CS5 User Manual Page 93

  • Download
  • Add to my manuals
  • Print
  • Page
    / 533
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 532 533

Comments to this Manuals

No comments