MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifikace Strana 364

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 363
Chapter 30364
bool SCS_canCheckout()
Description
Returns whether the 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 mirrored list of local file or folder path names.
numItems is the number of items in each list.
Returns
true if enabled, false otherwise.
bool SCS_canPut()
Description
Returns whether the Put menu item should be enabled.
Arguments
void *connectionData, const char *localPathList[], const char *remotePathList[],
const int numItems
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
localPathList is a list of local file or folder path names to put into the source control system.
remotePathList is a mirrored list of remote file or folder path names to put into the source
control system.
numItems is the number of items in each list.
Returns
true if enabled, false otherwise.
bool SCS_canCheckin()
Description
Returns whether the Checkin menu item should be enabled.
Arguments
void *connectionData, const char *localPathList[], const char *remotePathList[],
const int numItems
connectionData is a pointer to the agents data that passed into Dreamweaver during the
Connect() call.
localPathList is a list of local file or folder path names to check in.
Zobrazit stránku 363
1 2 ... 359 360 361 362 363 364 365 366 367 368 369 ... 691 692

Komentáře k této Příručce

Žádné komentáře