Previous Topic: GetDeleteAfterCI Method

Next Topic: Execute Method


GetFileList Method

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.

Syntax

object.GetFileList()

Owning Class

CaWCheckin

Arguments

None

Return Value

A CaWStringList object that represents a copy of the file list for checkin.

Notes

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: