MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificações Página 365

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 364
The Source Control Integration API 365
remotePathList is a mirrored list of remote file or folder path names.
numItems is the number of items in each list.
Returns
true if enabled, false otherwise.
bool SCS_CanUndoCheckout()
Description
Returns whether the Undo Checkout menu item should be enabled.
Arguments
void *connectionData, const char *remotePathList[], const char *localPathList[],
const int numItems
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
remotePathList is a list of remote file or folder path names to check out.
localPathList is a list of the local file or folder path names to put to the source control
system.
numItems is the number of items in each list.
Returns
true if enabled, false otherwise.
bool SCS_canNewFolder()
Description
Returns whether the New Folder menu item should be enabled.
Arguments
void *connectionData, const char *remotePath
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
remotePath is a remote file or folder path names that the user selected to indicate where the
new folder will be created.
Returns
true if enabled, false otherwise.
Vista de página 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 691 692

Comentários a estes Manuais

Sem comentários