Purpose
Returns TRUE or FALSE to indicate whether a file on the FirstClass server found with FindFirst/FindNext is the current version of the file in a versioning container.
Syntax
ServerFile.IsCurrentVersion
Example
Dim sf as ServerFile
Debug sf.IsCurrentVersion
|