Click or drag to resize

GetDepotFilesCmdFlags Enumeration

Flags for the files command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum GetDepotFilesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
AllRevisions1 The -a flag displays all revisions within the specific range, rather than just the highest revision in the range.
InArchiveDepots2 The -A flag displays files in archive depots.
NotDeleted4 The -e flag displays files with an action of anything other than deleted, purged or archived. Typically this revision is always available to sync or integrate from.
InUnloadDepot8 The -U option displays files in the unload depot (see 'p4 help unload' for more information about the unload depot).
See Also