Adobe 38040334 - Dreamweaver CS3 User Manual page 102

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Returns
An integer that indicates the number of Design Notes that are associated with this file. If the function returns
Dreamweaver considers it an error and tries to retrieve the error message from the DLL, if supported.
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
call.
Connect()
• The
argument is the remote file or folder path that the DLL checks for the maximum Design Note
remotePath
length.
Returns
An integer that indicates the size of the longest Design Note that is associated with this file. If the function returns
, Dreamweaver considers it an error and tries to retrieve the error message from the DLL, if supported.
0
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
call.
Connect()
• The
argument is the remote file or folder path that the DLL checks for the number of items.
remotePath
• The
argument is a list of Design Note keys, such as
keyList
• The
argument is a list of Design Note values that correspond to the Design Note keys, such as
valueList
.
"Awaiting Signoff"
• The
showColumnList
indicate whether Dreamweaver can display the key as a column in the Site panel.
• The
argument is the number of Design Notes that are attached to a file or folder; the
noteCount
call returns this value.
Count()
• The
argument is the maximum length of a Design Note; this is the value that the
noteLength
call returns.
Length()
Returns
A Boolean value:
if successful;
true
argument is a pointer to the agent's data that passed into Dreamweaver during the
argument is a pointer to the agent's data that passed into Dreamweaver during the
argument is a list of Boolean values that correspond to the Design Note keys, which
otherwise.
false
.
"Status"
DREAMWEAVER CS3
97
API Reference
,
< 0
<
GetNote-
GetMaxNote-

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents