Enum EpfcFileListOpt
Description
This enumerated type indicates which files should be returned when listing files in a directory.
-
See Also:
-
IpfcBaseSession.ListFiles()
Values
-
EpfcFILE_LIST_ALL
- List all files (including multiple versions of the same file).
-
EpfcFILE_LIST_LATEST
- List only the latest version of each file.
-
EpfcFILE_LIST_ALL_INST
- Same as FILE_LIST_ALL, to show instances for PDM locations.
-
EpfcFILE_LIST_LATEST_INST
- Same as FILE_LIST_LATEST, to show instances for PDM locations.
-
EpfcFileListOpt_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.