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
Dreamweaver during the
The
remotePath
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
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
Dreamweaver during the
The
remotePath
number of items.
The
argument is a list of Design Note keys, such as
keyList
The
valueList
Note keys, such as
134
The Source Control Integration API
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is the remote file or folder path that the DLL checks for the
, Dreamweaver considers it an error and tries to retrieve the error
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is the remote file or folder path that the DLL checks for the
argument is a list of Design Note values that correspond to the Design
"Awaiting Signoff"
"Status"
.
.
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?