MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 136

Dreamweaver api reference
Table of Contents

Advertisement

Returns
A Boolean value:
true
bool SCS_IsRemoteNewer()
Description
This function checks each specified remote path to see if the remote copy is newer.
If it is unsupported by the source control system, Dreamweaver uses its internal
algorithm.
isRemoteNewer
Arguments
void *connectionData, const char *remotePathList[],
const char *localPathList[], int remoteIsNewerList[], const int numItems
The
connectionData
Dreamweaver during the
The
remotePathList
for newer status.
The
localPathList
The
remoteIsNewerList
let Dreamweaver know which of the corresponding files is newer on the remote side. The
following values are valid: 1 indicates the remote version is newer; -1 indicates the local
version is newer; 0 indicates the versions are the same.
The
argument is the number of items in each list.
numItems
Returns
A Boolean value:
true
136
The Source Control Integration API
if successful;
otherwise.
false
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is a list of remote filenames or folder paths to compare
argument is a mirrored list of local filenames or folder paths.
argument is a list of integers that are populated by the DLL to
if successful;
otherwise.
false

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents