Gets a copy of the file list to be checked in by this process. If a remote machine name is set then these files must exist on the remote machine.
object.GetFileList()
CaWCheckin
None
A CaWStringList object that represents a copy of the file list for checkin.
This list is a copy. Any modifications will only take effect if another SetFileList function is called. If a remote machine is set then a remote username and password must also be supplied. The Client Directory must exist on the remote machine.
Example
Dim objCheckin Dim objFileList Set objCheckin = objContext.GetCheckin() Set objFileList = objCheckin.GetFileList()
More information:
| Copyright © 2013 CA. All rights reserved. |
|