Click or drag to resize

FilesCmdFlags 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 FilesCmdFlags
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.
IncludeArchives2 The -A flag displays files in archive depots.
See Also