![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Скачать руководство пользователя страница 134](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054134.webp)
134
The Source Control Integration API
int SCS_GetMaxNoteLength()
Description
This function returns the length of the largest Design Note for the specified file or folder. If it
is unsupported by the source control system, Dreamweaver gets this information from the
companionMNO file.
Arguments
void *connectionData
,
const char *remotePath
■
The
connectionData
argument is a pointer to the agent’s data that passed into
Dreamweaver during the
Connect()
call.
■
The
remotePath
argument is the remote file or folder path that the DLL checks for the
maximum Design Note length.
Returns
An integer that indicates the size of the longest Design Note that is associated with this file. If
the function returns
< 0
, Dreamweaver considers it an error and tries to retrieve the error
message from the DLL, if supported.
bool SCS_GetDesignNotes()
Description
This function retrieves key-value pairs from the meta information for the specified file or
folder. If it is unsupported by the source control system, Dreamweaver retrieves the
information from the companionMNO file.
Arguments
void *connectionData
,
const char *remotePath
,
char
keyList[][64]
,
char
*
valueList[]
,
bool
showColumnList[]
,
const int noteCount
,
const int noteLength
■
The
connectionData
argument is a pointer to the agent’s data that passed into
Dreamweaver during the
Connect()
call.
■
The
remotePath
argument is the remote file or folder path that the DLL checks for the
number of items.
■
The
keyList
argument is a list of Design Note keys, such as
"Status"
.
■
The
valueList
argument is a list of Design Note values that correspond to the Design
Note keys, such as
"Awaiting Signoff"
.
000_DW_API_Print.book Page 134 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...