Specifications
Chapter 30368
bool SCS_AfterPut()
Description
Dreamweaver calls this function after putting or checking in one or more files. This function lets
the DLL perform any operation after a batch put or check in, such as creating a summary dialog
box.
Arguments
*connectionData
*connectionData
is a pointer to the connection data.
Returns
true if successful; false otherwise.
Example
See example in “bool SCS_BeforePut()” on page 367.