Library | Module

Enum pfcFileListOpt

Description

This enumerated type indicates which files should be returned when listing files in a directory.
See Also:
pfcBaseSession.ListFiles()




Values

FILE_LIST_ALL
List all files (including multiple versions of the same file).
FILE_LIST_LATEST
List only the latest version of each file.
FILE_LIST_ALL_INST
Same as FILE_LIST_ALL, to show instances for PDM locations.
FILE_LIST_LATEST_INST
Same as FILE_LIST_LATEST, to show instances for PDM locations.
FileListOpt_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.